Commit 23c59880 by Aaron Leung

Getting rid of a warning.

parent 6b8405d1
...@@ -171,6 +171,7 @@ namespace Sass { ...@@ -171,6 +171,7 @@ namespace Sass {
break; break;
// throw an exception? // throw an exception?
} }
return 0;
} }
void set_numeric_value(double v) void set_numeric_value(double v)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment