-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update boringssl to tip of chromium stable #438
Merged
Merged
Conversation
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
mattklein123
approved these changes
Feb 6, 2017
rshriram
pushed a commit
to rshriram/envoy
that referenced
this pull request
Oct 30, 2018
Automatic merge from submit-queue. [DO NOT MERGE] Auto PR to update dependencies of mixerclient This PR will be merged automatically once checks are successful. ```release-note none ```
PiotrSikora
added a commit
to PiotrSikora/envoy
that referenced
this pull request
Feb 28, 2020
…oxy#438) Signed-off-by: Piotr Sikora <[email protected]>
istio-testing
pushed a commit
to istio/envoy
that referenced
this pull request
Feb 28, 2020
…oxy#438) (#169) Signed-off-by: Piotr Sikora <[email protected]>
jplevyak
pushed a commit
to jplevyak/envoy
that referenced
this pull request
Apr 13, 2020
…oxy#438) Signed-off-by: Piotr Sikora <[email protected]>
wolfguoliang
pushed a commit
to wolfguoliang/envoy
that referenced
this pull request
Jan 23, 2021
jpsim
pushed a commit
that referenced
this pull request
Nov 28, 2022
Fixes the following warnings: ``` library/objective-c/EnvoyConfiguration.m:26:61: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat] @"connect_timeout" : [NSString stringWithFormat:@"%is", self.connectTimeoutSeconds], ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ %u (unsigned int) library/objective-c/EnvoyConfiguration.m:27:62: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat] @"dns_refresh_rate" : [NSString stringWithFormat:@"%is", self.dnsRefreshSeconds], ~~ ^~~~~~~~~~~~~~~~~~~~~~ %u (unsigned int) library/objective-c/EnvoyConfiguration.m:28:66: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat] @"stats_flush_interval" : [NSString stringWithFormat:@"%is", self.statsFlushSeconds] ~~ ^~~~~~~~~~~~~~~~~~~~~~ %u (unsigned int) ``` Signed-off-by: Michael Rebello <[email protected]> Signed-off-by: JP Simard <[email protected]>
jpsim
pushed a commit
that referenced
this pull request
Nov 29, 2022
Fixes the following warnings: ``` library/objective-c/EnvoyConfiguration.m:26:61: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat] @"connect_timeout" : [NSString stringWithFormat:@"%is", self.connectTimeoutSeconds], ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ %u (unsigned int) library/objective-c/EnvoyConfiguration.m:27:62: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat] @"dns_refresh_rate" : [NSString stringWithFormat:@"%is", self.dnsRefreshSeconds], ~~ ^~~~~~~~~~~~~~~~~~~~~~ %u (unsigned int) library/objective-c/EnvoyConfiguration.m:28:66: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat] @"stats_flush_interval" : [NSString stringWithFormat:@"%is", self.statsFlushSeconds] ~~ ^~~~~~~~~~~~~~~~~~~~~~ %u (unsigned int) ``` Signed-off-by: Michael Rebello <[email protected]> Signed-off-by: JP Simard <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
SHA: b87c80300647c2c0311c1489a104470e099f1531
@lyft/network-team