Fix build error am: 398ff28110 am: 1336a24a34 am: 665b814e7d am: e3f099a5e9 am: 7e6f6bc920

Original change: https://android-review.googlesource.com/c/platform/external/usrsctp/+/1358807

Change-Id: I8d5f0a415de372601841ad406cecf050351876b6
diff --git a/Android.bp b/Android.bp
index 46a5873..038934e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -39,6 +39,7 @@
         "-Wno-deprecated-declarations",
         "-Wno-unused-parameter",
         "-Wno-address-of-packed-member",
+        "-Wno-unreachable-code-loop-increment",
         "-DSCTP_PROCESS_LEVEL_LOCKS",
         "-DSCTP_SIMPLE_ALLOCATOR",
         "-DSCTP_USE_OPENSSL_SHA1",