mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #62] [MERGED] removed warnings (-Wall) #954
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/62
Author: @rkuchumov
Created: 7/3/2014
Status: ✅ Merged
Merged: 7/4/2014
Merged by: @cfsmp3
Base:
master← Head:cleanup📝 Commits (4)
8d073acremoved warnings (-Wall)e1f9749skip_u32() & commented unused vars732e129mp4.c unused variables134762d608.c collision with Anshul's code📊 Changes
16 files changed (+67 additions, -62 deletions)
View changed files
📝
src/608_sami.c(+12 -4)📝
src/708.c(+2 -2)📝
src/asf_functions.c(+4 -4)📝
src/avc_functions.c(+2 -1)📝
src/bitstream.h(+2 -0)📝
src/es_functions.c(+5 -5)📝
src/es_userdata.c(+2 -2)📝
src/general_loop.c(+5 -7)📝
src/gpacmp4/mp4.c(+3 -8)📝
src/gpacmp4/stbl_write.c(+1 -1)📝
src/myth.c(+10 -7)📝
src/spupng_encoder.c(+1 -1)📝
src/stream_functions.c(+6 -6)📝
src/ts_tables.c(+2 -2)📝
src/wtv_functions.c(+0 -1)📝
src/xds.c(+10 -11)📄 Description
So, I decided to remove warnings. I'll test on correct files and write whether it's OK or not.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.