Skip to content

Commit

Permalink
core: remove compiler directive (#344)
Browse files Browse the repository at this point in the history
Description: remove unnecessary pragma left as a merge comment in #342
Risk Level: low
Testing: builds in CI

Signed-off-by: Jose Nino <jnino@lyft.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
junr03 authored and jpsim committed Nov 29, 2022
1 parent b9ac579 commit 6b448c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mobile/library/common/include/c_types.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

#include <string.h>

// 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) {
Expand Down

0 comments on commit 6b448c9

Please sign in to comment.