# File lib/sass/tree/visitors/set_options.rb, line 96
  def visit_warn(node)
    node.expr.options = @options
    yield
  end