Chromium Code Reviews| Index: build/secondary/third_party/libjpeg_turbo/BUILD.gn |
| diff --git a/build/secondary/third_party/libjpeg_turbo/BUILD.gn b/build/secondary/third_party/libjpeg_turbo/BUILD.gn |
| index 78b59aefa3b0d8b9fb3a28457a4fccd94717596a..4dbca978ab65019caaeca9c109f03255bffd45cd 100644 |
| --- a/build/secondary/third_party/libjpeg_turbo/BUILD.gn |
| +++ b/build/secondary/third_party/libjpeg_turbo/BUILD.gn |
| @@ -113,6 +113,9 @@ source_set("simd") { |
| sources = [ |
| "simd/jsimd_i386.c", |
| ] |
| + if (is_win) { |
| + cflags = [ "/wd4245" ] |
| + } |
| } else if (cpu_arch == "x64") { |
| deps = [ ":simd_asm" ] |
| sources = [ |