Chromium Code Reviews| Index: build/android/ndk.gyp |
| diff --git a/build/android/ndk.gyp b/build/android/ndk.gyp |
| index 2838a9857e991184cf3a7adf039b8d380dd6fb4b..6a1ddadd708f383112eb02824a029b3c1b714ac6 100644 |
| --- a/build/android/ndk.gyp |
| +++ b/build/android/ndk.gyp |
| @@ -15,6 +15,11 @@ |
| 'sources': [ |
| '<(android_ndk_root)/sources/android/cpufeatures/cpu-features.c', |
| ], |
| + 'variables': { |
| + 'clang_warning_flags': [ |
| + '-Wno-unused-function', |
|
Nico
2016/01/05 19:42:35
Can you file an NDK bug and point to it here?
Kibeom Kim (inactive)
2016/01/05 20:41:22
Done.
|
| + ], |
| + }, |
| }, |
| ], |
| } |