Merge "Suppress unused-parameter warnings in external/pcre/"
am: 0b62c4871d

Change-Id: Ib96acb8c8ef36951297d07df01857f0eb9a182e1
diff --git a/Android.bp b/Android.bp
index 2c0ab27..1bd3b24 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,6 +52,7 @@
 
 cc_library_shared {
     name: "libpcrecpp",
+    cflags: ["-Wno-unused-parameter"],
     local_include_dirs: ["pcrecpp/include"],
     shared_libs: ["libpcre2"],
     export_include_dirs: [