summaryrefslogtreecommitdiffstats
path: root/src/audio_core/splitter_context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_core: Make shadowing and unused parameters errorsLioncash2020-12-031-11/+11
| | | | Moves the audio code closer to enabling warnings as errors in general.
* Revert "core: Fix clang build"bunnei2020-10-211-31/+29
|
* core: Fix clang buildLioncash2020-10-181-29/+31
| | | | | | | Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
* audio_core: Resolve sign conversion warningsLioncash2020-09-251-3/+3
| | | | | | While were at it, we can also enable sign conversion warnings and other common warnings as errors to prevent these from creeping back into the codebase.
* Address issuesDavid Marcec2020-07-251-5/+5
|
* audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec2020-07-251-0/+617