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

Change-Id: Ib2939466b7bc6b2221b066e68bb1f8f87ba830d3
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: [