summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILD.gn5
1 files changed, 0 insertions, 5 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 24dfd1df59..afa83e358a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -827,11 +827,6 @@ jumbo_static_library("fxcodec") {
deps += [ "third_party:fx_tiff" ]
}
}
- if (is_posix || is_fuchsia) {
- # core/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int
- # conversion to check that an address is 16-bit aligned (benign).
- cflags_c = [ "-Wno-pointer-to-int-cast" ]
- }
}
config("fxge_warnings") {