diff options
author | Wei Li <weili@chromium.org> | 2016-03-22 19:19:01 -0700 |
---|---|---|
committer | Wei Li <weili@chromium.org> | 2016-03-22 19:19:01 -0700 |
commit | e91afbabec3b7c891b464efd221748edaba3c2bc (patch) | |
tree | a1f0cbd94320b43b1f0e949ee91b15367156a0a2 /core/fxge | |
parent | 0ac525005e15a6a67b04e8ab1553f4a1e18b0da7 (diff) | |
download | pdfium-e91afbabec3b7c891b464efd221748edaba3c2bc.tar.xz |
Re-enable MSVC warning 4702
BUG=pdfium:29
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1821423002 .
Diffstat (limited to 'core/fxge')
-rw-r--r-- | core/fxge/dib/fx_dib_convert.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxge/dib/fx_dib_convert.cpp b/core/fxge/dib/fx_dib_convert.cpp index 210e6f1e18..9335800f9b 100644 --- a/core/fxge/dib/fx_dib_convert.cpp +++ b/core/fxge/dib/fx_dib_convert.cpp @@ -949,7 +949,6 @@ FX_BOOL ConvertBuffer(FXDIB_Format dest_format, default: return FALSE; } - return FALSE; } CFX_DIBitmap* CFX_DIBSource::CloneConvert(FXDIB_Format dest_format, const FX_RECT* pClip, |