Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
More warning fixes
- __MIX_INTERNAL_EFFECT__ -> MIX_INTERNAL_EFFECT__ ("reserved identifier") - add missing casts - change seek_sample from double to FLAC__uint64 in FLAC_Seek() - change 255.0 to 255.0f in float divisons - replace two tabs with 4 spaces in mixer.c
- Loading branch information
Showing
with
20 additions
and 20 deletions.
- +2 −2 src/codecs/music_flac.c
- +1 −1 src/effect_position.c
- +1 −1 src/effect_stereoreverse.c
- +3 −3 src/effects_internal.c
- +3 −3 src/effects_internal.h
- +7 −7 src/mixer.c
- +3 −3 src/music.c