From e25a2728ad7299af785514fe2289d7b7a5d71198 Mon Sep 17 00:00:00 2001 From: Jose Ulises Nino Rivera Date: Mon, 19 Aug 2019 12:36:19 -0700 Subject: [PATCH] core: remove compiler directive (#344) Description: remove unnecessary pragma left as a merge comment in #342 Risk Level: low Testing: builds in CI Signed-off-by: Jose Nino Signed-off-by: JP Simard --- mobile/library/common/include/c_types.c | 4 ---- 1 file changed, 4 deletions(-) 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) {