aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorbtolsch <btolsch@chromium.org>2019-08-29 13:43:12 -0700
committerCommit Bot <commit-bot@chromium.org>2019-08-29 20:51:08 +0000
commit8881b49946e2ec2d8fecbd400b3a73e7e80f440b (patch)
tree1c4578236ea2d1bde2b6e73a59fc8ef8e70c6c95 /DEPS
parent230920ee65948294155143d1d083f69898015153 (diff)
downloadopenscreen-8881b49946e2ec2d8fecbd400b3a73e7e80f440b.tar.gz
Fix gcc 8.2 errors
This change fixes compilation issues found with gcc 8.2 in preparation for re-enabling the gcc bots. Bug: openscreen:40 Change-Id: Ie9233c813fb65d7be57401345fd6a0339ddbdcdd Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1775427 Commit-Queue: Brandon Tolsch <btolsch@chromium.org> Reviewed-by: Ryan Keane <rwkeane@google.com> Reviewed-by: Jordan Bayles <jophba@chromium.org> Reviewed-by: Max Yakimakha <yakimakha@chromium.org>
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 627d67f0..7a37da2a 100644
--- a/DEPS
+++ b/DEPS
@@ -105,7 +105,7 @@ deps = {
'third_party/chromium_quic/src': {
'url': Var('chromium_git') + '/openscreen/quic.git' +
- '@' + 'd60d1b9e6f24553900f79043ff127a9a649281c4',
+ '@' + '9a1c004d7930e1a4c4f9d4af51b6c5f88c619415',
'condition': 'not build_with_chromium',
},