-
Notifications
You must be signed in to change notification settings - Fork 322
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
GCC CI Build Fixes #1861
Draft
stefankiesz
wants to merge
31
commits into
develop-pre-1.11.0
Choose a base branch
from
fix-gcc-mac-ci
base: develop-pre-1.11.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
GCC CI Build Fixes #1861
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
6a90f4c
Update ci.yml
stefankiesz 5091419
Remove pedantic errors from compile options
stefankiesz 09eddd1
Add -Wpedantic
stefankiesz d62fdd6
add -Wno-error=pedantic
stefankiesz 7db983f
remove pedantic
stefankiesz ca1025f
Add SYSTEM to suppress dependency gcc warnings
stefankiesz 0ed7f1e
Check wBioDataLen negative as a long instead of uint
stefankiesz cc75751
Fix explicit fall-through comment to be caught by gcc
stefankiesz de912e0
Trying new fall-through comment
stefankiesz ae0a3b0
Isolating mac builds for testing
stefankiesz 95da6ad
Remove unused retStatus declaration
stefankiesz d2e2853
Reverted removing retstatus, changed to return successful retstatus
stefankiesz 9c3a3f6
Add default case for NatBehaviorStr
stefankiesz caa436d
Switch to signed int for >=0 evaluation
stefankiesz d2fb602
Switch to INT32
stefankiesz 018df56
Remove unused variable "sendStatus"
stefankiesz d37d1fa
Cast variables to void to avoid "set but not used" errors
stefankiesz aa993ca
Change SPRINTF to SNPRINTF
stefankiesz d8c3b35
Add buffer length to SessionDescription.c
stefankiesz bd680a3
Add back accidentally removed code block
stefankiesz 547e1ea
Comment out most of cmakelists to speedup testing
stefankiesz d5d3b15
Revert "Comment out most of cmakelists to speedup testing"
stefankiesz eed8ba5
Cast numeric macro to uint
stefankiesz 7bf70f4
Change what is casted in prev commit
stefankiesz 88eeb56
Cast to uint in Stun.c
stefankiesz ed381da
Fix comment "\", >=0 uint checks, cast to uint, remove retstatus
stefankiesz 61dc9cd
Add back retStatus
stefankiesz ebfb11f
Change from (void) to UNUSED_PARAM()
stefankiesz b315e66
Cast resStatus to void in cleanup
stefankiesz 1013018
Update Tls_openssl.c
stefankiesz 254f5a3
CLANG format
stefankiesz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: "0" is an error, was being treated as a non-error prior to these changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.