aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/port_platform.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-08-30 16:23:41 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-08-30 16:23:41 -0700
commit0e3969874ae731ae2278b29a426dd83d2f95470b (patch)
treebf33d0e33d1e2a9052150f2e4123b9eef41d13de /include/grpc/impl/codegen/port_platform.h
parent8af54b8bfaa03d0012eed37077ac602a84b354a6 (diff)
Allow unreachable code on iPhone
Diffstat (limited to 'include/grpc/impl/codegen/port_platform.h')
-rw-r--r--include/grpc/impl/codegen/port_platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h
index e84a75d295..8d8dcee3b0 100644
--- a/include/grpc/impl/codegen/port_platform.h
+++ b/include/grpc/impl/codegen/port_platform.h
@@ -183,7 +183,7 @@
#define _BSD_SOURCE
#endif
#if TARGET_OS_IPHONE
-#define GPR_FORBID_UNREACHABLE_CODE 1
+#define GPR_FORBID_UNREACHABLE_CODE 0
#define GPR_PLATFORM_STRING "ios"
#define GPR_CPU_IPHONE 1
#define GPR_PTHREAD_TLS 1