[PR #188] [MERGED] remove compiler warnings #1071

Closed
opened 2026-01-29 16:58:56 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/188
Author: @anshul1912
Created: 6/20/2015
Status: Merged
Merged: 6/23/2015
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (6)

📊 Changes

15 files changed (+89 additions, -95 deletions)

View changed files

📝 src/lib_ccx/608_spupng.c (+9 -2)
📝 src/lib_ccx/ccx_common_constants.h (+8 -0)
📝 src/lib_ccx/ccx_common_option.c (+8 -0)
📝 src/lib_ccx/ccx_decoders_608.c (+0 -1)
📝 src/lib_ccx/ccx_decoders_608.h (+0 -1)
📝 src/lib_ccx/ccx_decoders_common.c (+0 -1)
📝 src/lib_ccx/ccx_decoders_structs.h (+1 -4)
📝 src/lib_ccx/ccx_encoders_structs.h (+1 -1)
📝 src/lib_ccx/general_loop.c (+0 -2)
📝 src/lib_ccx/lib_ccx.c (+1 -0)
📝 src/lib_ccx/output.c (+15 -23)
📝 src/lib_ccx/params.c (+0 -59)
📝 src/lib_ccx/stream_functions.c (+1 -1)
📝 src/lib_ccx/utility.c (+44 -0)
📝 src/lib_ccx/utility.h (+1 -0)

📄 Description

Signed-off-by: Anshul Maheshwari er.anshul.maheshwari@gmail.com


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/188 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 6/20/2015 **Status:** ✅ Merged **Merged:** 6/23/2015 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`081f127`](https://github.com/CCExtractor/ccextractor/commit/081f127c85b594c489d5a1b614154739a65b16bb) remove compiler warnings - [`ee47e84`](https://github.com/CCExtractor/ccextractor/commit/ee47e8458f71873bcd0a65b3c32c6b9024dd0c8b) Use cc_sub in raw dvd - [`aa35314`](https://github.com/CCExtractor/ccextractor/commit/aa353140ef0aea311547ec0cd4deb98c2c541584) remove wbout dependency from decoder - [`2032a75`](https://github.com/CCExtractor/ccextractor/commit/2032a754e6ffde920b02d68df51f19c4d007b941) moved credits initializations - [`48dce9c`](https://github.com/CCExtractor/ccextractor/commit/48dce9c7ce6e5bc5a4e1065e531eb138cbc824ac) correct header guard - [`5d52026`](https://github.com/CCExtractor/ccextractor/commit/5d5202673686bd21b85670c913d69b38a7de0bc6) remove wbout dependency ### 📊 Changes **15 files changed** (+89 additions, -95 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/608_spupng.c` (+9 -2) 📝 `src/lib_ccx/ccx_common_constants.h` (+8 -0) 📝 `src/lib_ccx/ccx_common_option.c` (+8 -0) 📝 `src/lib_ccx/ccx_decoders_608.c` (+0 -1) 📝 `src/lib_ccx/ccx_decoders_608.h` (+0 -1) 📝 `src/lib_ccx/ccx_decoders_common.c` (+0 -1) 📝 `src/lib_ccx/ccx_decoders_structs.h` (+1 -4) 📝 `src/lib_ccx/ccx_encoders_structs.h` (+1 -1) 📝 `src/lib_ccx/general_loop.c` (+0 -2) 📝 `src/lib_ccx/lib_ccx.c` (+1 -0) 📝 `src/lib_ccx/output.c` (+15 -23) 📝 `src/lib_ccx/params.c` (+0 -59) 📝 `src/lib_ccx/stream_functions.c` (+1 -1) 📝 `src/lib_ccx/utility.c` (+44 -0) 📝 `src/lib_ccx/utility.h` (+1 -0) </details> ### 📄 Description Signed-off-by: Anshul Maheshwari er.anshul.maheshwari@gmail.com --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:58:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1071