Fixed warnings.

This commit is contained in:
Abscissa 2012-06-03 00:51:34 -04:00
parent 34f9cb1de6
commit b0603a0fe8
1 changed files with 1 additions and 2 deletions

3
web.d
View File

@ -1518,7 +1518,7 @@ Form createAutomaticForm(Document document, string action, in Parameter[] parame
}
count++;
};
}
auto fmt = Element.make("select");
fmt.name = "format";
@ -2161,7 +2161,6 @@ string formatAs(T, R)(T ret, string format, R api = null, JSONValue* returnValue
else goto badType;
+/
goto badType; // FIXME
break;
case "json":
assert(returnValue !is null);
*returnValue = toJsonValue!(typeof(ret), R)(ret, formatJsonToStringAs, api);