Moved previous comment to README file The original comment was put in the wrong location. It should have been in the Google-specific README file, not in the author's change list. Change-Id: I3eb5f0baca84b76672a793fc3edea68be196150c Reviewed-on: https://weave-review.googlesource.com/2735 Reviewed-by: Alex Vakulenko <avakulenko@google.com>
diff --git a/third_party/chromium/base/third_party/dmg_fp/README.chromium b/third_party/chromium/base/third_party/dmg_fp/README.chromium index 4538b7e..d16ce9d 100644 --- a/third_party/chromium/base/third_party/dmg_fp/README.chromium +++ b/third_party/chromium/base/third_party/dmg_fp/README.chromium
@@ -17,4 +17,6 @@ - made minor changes for -Wextra for Mac build, see mac_wextra.patch - crash fix for running with reduced CPU float precision, see float_precision_crash.patch and crbug.com/123157 - - fixed warnings under msvc, see msvc_warnings.patch \ No newline at end of file + - fixed warnings under msvc, see msvc_warnings.patch + - fixed -Wchar-subscripts warning in "if (!hexdig['0'])" in dtoa.cc + - removed the use of 'register' keyword from g_fmt.cc
diff --git a/third_party/chromium/base/third_party/dmg_fp/dtoa.cc b/third_party/chromium/base/third_party/dmg_fp/dtoa.cc index c06219c..8eabfe2 100644 --- a/third_party/chromium/base/third_party/dmg_fp/dtoa.cc +++ b/third_party/chromium/base/third_party/dmg_fp/dtoa.cc
@@ -59,7 +59,6 @@ * 4. Because of 3., we don't need a large table of powers of 10 * for ten-to-e (just some small tables, e.g. of 10^k * for 0 <= k <= 22). - * 5. Fixed -Wchar-subscripts warning in "if (!hexdig['0'])" */ /*