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

Update boringssl to tip of chromium stable #438

Merged
merged 1 commit into from
Feb 6, 2017
Merged

Conversation

junr03
Copy link
Member

@junr03 junr03 commented Feb 6, 2017

SHA: b87c80300647c2c0311c1489a104470e099f1531

@lyft/network-team

@mattklein123 mattklein123 merged commit 4c887e0 into master Feb 6, 2017
@mattklein123 mattklein123 deleted the update-boringssl branch February 6, 2017 23:30
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 <piotrsikora@google.com>
istio-testing pushed a commit to istio/envoy that referenced this pull request Feb 28, 2020
…oxy#438) (#169)

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
jplevyak pushed a commit to jplevyak/envoy that referenced this pull request Apr 13, 2020
…oxy#438)

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
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 <me@michaelrebello.com>
Signed-off-by: JP Simard <jp@jpsim.com>
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 <me@michaelrebello.com>
Signed-off-by: JP Simard <jp@jpsim.com>
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