Title: [173375] trunk/Source/WTF
Revision
173375
Author
jber...@webkit.org
Date
2014-09-08 07:33:58 -0700 (Mon, 08 Sep 2014)

Log Message

Build fix after r173374.

* wtf/dtoa/strtod.cc:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (173374 => 173375)


--- trunk/Source/WTF/ChangeLog	2014-09-08 14:26:48 UTC (rev 173374)
+++ trunk/Source/WTF/ChangeLog	2014-09-08 14:33:58 UTC (rev 173375)
@@ -1,5 +1,11 @@
 2014-09-08  Jessie Berlin  <jber...@apple.com>
 
+        Build fix after r173374.
+
+        * wtf/dtoa/strtod.cc:
+
+2014-09-08  Jessie Berlin  <jber...@apple.com>
+
         Speculative build fix after r173364.
 
         * wtf/dtoa/strtod.cc:

Modified: trunk/Source/WTF/wtf/dtoa/strtod.cc (173374 => 173375)


--- trunk/Source/WTF/wtf/dtoa/strtod.cc	2014-09-08 14:26:48 UTC (rev 173374)
+++ trunk/Source/WTF/wtf/dtoa/strtod.cc	2014-09-08 14:33:58 UTC (rev 173375)
@@ -177,6 +177,9 @@
                              int exponent,
                              double* result) {
 #if !defined(DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS)
+        UNUSED_PARAM(trimmed);
+        UNUSED_PARAM(exponent);
+        UNUSED_PARAM(result);
         // On x86 the floating-point stack can be 64 or 80 bits wide. If it is
         // 80 bits wide (as is the case on Linux) then double-rounding occurs and the
         // result is not accurate.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to