commit | e42a59637f4058b1b83ebf85a6961a3a68409754 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Oct 26 13:18:00 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Oct 26 13:18:00 2018 -0700 |
tree | 7cd83bba1f9df90032b3f67512df3165497ab02f | |
parent | cc4883b350aab18fc66d0e01a159c3f363a7b19a [diff] |
C++17 compatibility: `register` is no longer a keyword. Bug: http://b/111067277 Test: builds Change-Id: Iec895aa7b3e405b0427d14541d9c1cd9920841d2
diff --git a/Android.bp b/Android.bp index 5b6120d..d75aa7c 100644 --- a/Android.bp +++ b/Android.bp
@@ -29,6 +29,7 @@ "-Wno-error=macro-redefined", "-Wno-int-conversion", "-Wno-missing-field-initializers", + "-Wno-register", "-Wno-shift-count-overflow", "-Wno-sign-compare", "-Wno-tautological-compare",