Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed numerous compiler warnings. #7

Merged
merged 2 commits into from
Dec 19, 2017
Merged

Fixed numerous compiler warnings. #7

merged 2 commits into from
Dec 19, 2017

Conversation

lordmulder
Copy link
Contributor

Mostly fixes warnings about unused or un-initialized variables.

Also fixed (incompatible) re-definition of an STDC function in getopt.c on Win32.

Note: In function decodeAACfile(), the variable channels was undefined in one of the IF blocks. I initialized it to zero as a workaround. Requires deeper investigation though...

@lordmulder
Copy link
Contributor Author

BTW: Sorry that these fixes come in bit by bit...

@knik0
Copy link
Owner

knik0 commented Dec 19, 2017

Oh no, at this point this request is too big and messy. Try to submit smaller requests.

@lordmulder
Copy link
Contributor Author

lordmulder commented Dec 19, 2017

Okay. Updated the pull request to only contain the fixes for unused/uninitialized variables.

(plus: clean-up indentation in main.c file)

@knik0 knik0 merged commit 1cf5a50 into knik0:master Dec 19, 2017
@lordmulder
Copy link
Contributor Author

Thanks 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants