Skip to content

Commit

Permalink
skip another warning that are benign to us
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchen-MS committed Jun 19, 2020
1 parent 282a94d commit 0968572
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/arithmetic/int_set.cc
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,9 @@ class IntSetEvaluator :
return Eval(op->value);
}
IntSet VisitExprDefault_(const Node* op, const Expr& e) final {
#if 0
LOG(WARNING) << "cannot evaluate set type " << e->type_key();
#endif
return IntSet::everything();
}

Expand Down

0 comments on commit 0968572

Please sign in to comment.