From f6f279411d1d0d41c32820019477111af1c437b1 Mon Sep 17 00:00:00 2001 From: Jia Hao Goh Date: Fri, 20 Oct 2023 13:24:41 +0800 Subject: [PATCH] Update buildroot to remove `-Wno-c99-designator` --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 781b61eb22f85..60e6949bb3bb9 100644 --- a/DEPS +++ b/DEPS @@ -262,7 +262,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'ab76ccba2ca4ce40c7f52f9007704906d0bb5362', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '5ced4367fee2721f6eda34802dc28b1335637c63', 'src/third_party/rapidjson': Var('fuchsia_git') + '/third_party/rapidjson' + '@' + 'ef3564c5c8824989393b87df25355baf35ff544b',