Index: src/counters.h |
diff --git a/src/counters.h b/src/counters.h |
index 3c82a187d14a49ba07c0a5081dc3dc5eae0b88e1..1538ddd23cdf33af7ab9a92680e819f4751d91d3 100644 |
--- a/src/counters.h |
+++ b/src/counters.h |
@@ -747,7 +747,7 @@ class RuntimeCallStats { |
RuntimeCallCounter Runtime_##name = RuntimeCallCounter(#name); |
FOR_EACH_INTRINSIC(CALL_RUNTIME_COUNTER) |
#undef CALL_RUNTIME_COUNTER |
-#define CALL_BUILTIN_COUNTER(name) \ |
+#define CALL_BUILTIN_COUNTER(name, ignore) \ |
RuntimeCallCounter Builtin_##name = RuntimeCallCounter(#name); |
BUILTIN_LIST_C(CALL_BUILTIN_COUNTER) |
#undef CALL_BUILTIN_COUNTER |