# File lib/haml/util.rb, line 302
def
haml_warn
(
msg
)
return
if
@@silence_warnings
warn
(
msg
)
end