Title: [214598] trunk/Source/_javascript_Core
- Revision
- 214598
- Author
- keith_mil...@apple.com
- Date
- 2017-03-29 22:02:30 -0700 (Wed, 29 Mar 2017)
Log Message
Unreviewed, fix the build, again. Hopefully for the last time, again!
* runtime/Options.cpp:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (214597 => 214598)
--- trunk/Source/_javascript_Core/ChangeLog 2017-03-30 04:10:17 UTC (rev 214597)
+++ trunk/Source/_javascript_Core/ChangeLog 2017-03-30 05:02:30 UTC (rev 214598)
@@ -1,5 +1,11 @@
2017-03-29 Keith Miller <keith_mil...@apple.com>
+ Unreviewed, fix the build, again. Hopefully for the last time, again!
+
+ * runtime/Options.cpp:
+
+2017-03-29 Keith Miller <keith_mil...@apple.com>
+
Unreviewed, fix the build, again. Hopefully for the last time!
* runtime/Options.cpp:
Modified: trunk/Source/_javascript_Core/runtime/Options.cpp (214597 => 214598)
--- trunk/Source/_javascript_Core/runtime/Options.cpp 2017-03-30 04:10:17 UTC (rev 214597)
+++ trunk/Source/_javascript_Core/runtime/Options.cpp 2017-03-30 05:02:30 UTC (rev 214598)
@@ -89,6 +89,8 @@
return sscanf(string, "%u", &value) == 1;
}
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wunused-function"
static bool parse(const char* string, unsigned long& value)
{
return sscanf(string, "%lu", &value);
@@ -98,6 +100,7 @@
{
return sscanf(string, "%llu", &value);
}
+#pragma GCC diagnostic pop
static bool parse(const char* string, double& value)
{
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes