diff --git a/mobile/library/common/include/c_types.c b/mobile/library/common/include/c_types.c index 22b5f71fd1f1..12e51cfc4c69 100644 --- a/mobile/library/common/include/c_types.c +++ b/mobile/library/common/include/c_types.c @@ -2,10 +2,6 @@ #include -// NOLINT(namespace-envoy) -// Although this file is in an envoy_cc_library rule it should be C compatible with old style casts. -#pragma GCC diagnostic ignored "-Wold-style-cast" - void envoy_noop_release(void* context) { (void)context; } void release_envoy_headers(envoy_headers headers) {