[PR #62] [MERGED] removed warnings (-Wall) #954

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

📋 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: masterHead: cleanup


📝 Commits (4)

  • 8d073ac removed warnings (-Wall)
  • e1f9749 skip_u32() & commented unused vars
  • 732e129 mp4.c unused variables
  • 134762d 608.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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/62 **Author:** [@rkuchumov](https://github.com/rkuchumov) **Created:** 7/3/2014 **Status:** ✅ Merged **Merged:** 7/4/2014 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `cleanup` --- ### 📝 Commits (4) - [`8d073ac`](https://github.com/CCExtractor/ccextractor/commit/8d073accd4cfa557ce92d0b8b21cfb9cca5ef346) removed warnings (-Wall) - [`e1f9749`](https://github.com/CCExtractor/ccextractor/commit/e1f9749c97a3d2abd47ad8bf88c471a2bf3f0533) skip_u32() & commented unused vars - [`732e129`](https://github.com/CCExtractor/ccextractor/commit/732e129d0734f0c8766461eb1d4d8f17a9430ef5) mp4.c unused variables - [`134762d`](https://github.com/CCExtractor/ccextractor/commit/134762d6eb75195831f48fa9088459e25ff09c7e) 608.c collision with Anshul's code ### 📊 Changes **16 files changed** (+67 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description So, I decided to remove warnings. I'll test on correct files and write whether it's OK or not. --- <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:57:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#954