diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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") { |