commit | 19fe4c3c441ce5b235174bc643dc5f76a6374c16 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@chromium.org> | Fri Feb 14 02:21:53 2014 -0800 |
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | Wed Feb 19 22:40:24 2014 +0000 |
tree | 5eb9c9d2f6350ad11f37dece9703f0ae55e03d4a | |
parent | f8d037f5c506770adbe874f0eefa1e5e5abf4140 [diff] |
Compile update_engine with C++11 standard. In order to use the new C++11 features in update_engine, we need to compile update_engine in C++11 mode. dbus-binding-tool generates code using the deprecated "register" keyword, so this patch also ignores that warning. BUG=None TEST=existing unittest passing. Change-Id: Id086818fbb34779a5e2cda404673936620181070 Reviewed-on: https://chromium-review.googlesource.com/186385 Reviewed-by: Alex Deymo <deymo@chromium.org> Tested-by: Alex Deymo <deymo@chromium.org> Commit-Queue: Alex Deymo <deymo@chromium.org>