diff --git a/src/ast2ram/utility/SipsMetric.cpp b/src/ast2ram/utility/SipsMetric.cpp index 3cf82a8df25..0b06cb9d417 100644 --- a/src/ast2ram/utility/SipsMetric.cpp +++ b/src/ast2ram/utility/SipsMetric.cpp @@ -313,9 +313,12 @@ std::unique_ptr SipsMetric::create(const std::string& heuristic, con if (tu.getAnalysis().hasAutoSchedulerStats()) { return mk(tu); } else { +// TODO: enable this, but if we do the scheduler tests won't run as they do now +#if 0 std::cerr << "WARNING: `--auto-schedule` cannot be used due to missing scheduler stats; falling back " "to heuristic '" << heuristic << "'" << ::std::endl; +#endif } } if (heuristic == "strict")