Public headers must be c89

pull/10676/head
Craig Tiller 8 years ago committed by GitHub
parent c611e60da2
commit a566685f99
  1. 4
      include/grpc/impl/codegen/port_platform.h

@ -293,8 +293,8 @@
#if defined(__has_include)
#if __has_include(<atomic>)
#define GRPC_HAS_CXX11_ATOMIC
#endif // __has_include(<atomic>)
#endif // defined(__has_include)
#endif /* __has_include(<atomic>) */
#endif /* defined(__has_include) */
#ifndef GPR_PLATFORM_STRING
#warning "GPR_PLATFORM_STRING not auto-detected"

Loading…
Cancel
Save