-
Notifications
You must be signed in to change notification settings - Fork 346
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libmyth/audio/freesurround*: silence -Wshadow
freesurround_decoder.cpp: This was identical to a code block before the if. freesurround.cpp: The fsurround_params constructor is never called explicitly, so just set the default values in the struct definition. Those values are immediately overwritten in the FreeSurround constructor anyways. In FreeSurround::putFrames(), copy the shadowed variables into the places they are used.
- Loading branch information
1 parent
6c1d5c1
commit b16ae16
Showing
3 changed files
with
8 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters