diff options
| author | Chih-Hung Hsieh <chh@google.com> | 2018-12-13 15:02:48 -0800 |
|---|---|---|
| committer | Chih-Hung Hsieh <chh@google.com> | 2018-12-13 15:02:48 -0800 |
| commit | 02129c666dc54e4033ff11247ee199a12d477a00 (patch) | |
| tree | 0af9e77f2f97cbbb4cd7e23555fe4ba7bdf15137 /drm | |
| parent | 1ce37f1de3f7185ccffd4d9145b036941a582fe4 (diff) | |
| download | frameworks_av-02129c666dc54e4033ff11247ee199a12d477a00.tar.gz frameworks_av-02129c666dc54e4033ff11247ee199a12d477a00.tar.bz2 frameworks_av-02129c666dc54e4033ff11247ee199a12d477a00.zip | |
Remove redundant Wno-error.
Bug: 66996870
Test: make checkbuild
Change-Id: Iefa69e25b752d44c89b7a2569a745556e129a2bd
Diffstat (limited to 'drm')
| -rw-r--r-- | drm/libmediadrm/Android.bp | 2 | ||||
| -rw-r--r-- | drm/libmediadrm/tests/Android.bp | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/drm/libmediadrm/Android.bp b/drm/libmediadrm/Android.bp index 4991e50e8e..91d1f7ea1c 100644 --- a/drm/libmediadrm/Android.bp +++ b/drm/libmediadrm/Android.bp @@ -72,7 +72,6 @@ cc_library_shared { // Suppress unused parameter and no error options. These cause problems // with the when using the map type in a proto definition. "-Wno-unused-parameter", - "-Wno-error", ], } @@ -105,7 +104,6 @@ cc_library_shared { // Suppress unused parameter and no error options. These cause problems // when using the map type in a proto definition. "-Wno-unused-parameter", - "-Wno-error", ], } diff --git a/drm/libmediadrm/tests/Android.bp b/drm/libmediadrm/tests/Android.bp index 66c906f2e9..7628968793 100644 --- a/drm/libmediadrm/tests/Android.bp +++ b/drm/libmediadrm/tests/Android.bp @@ -33,7 +33,6 @@ cc_test { // Suppress unused parameter and no error options. These cause problems // when using the map type in a proto definition. "-Wno-unused-parameter", - "-Wno-error", ] } |
