Fix a few warnings.

This commit is contained in:
Dean Herbert
2016-09-28 15:33:02 +09:00
parent 7dcf2c6269
commit a69c5b4fc0
4 changed files with 7 additions and 4 deletions

View File

@ -2,6 +2,7 @@
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Diagnostics;
using System.Security;
using osu.Framework.Extensions;
@ -35,6 +36,8 @@ namespace osu.Game.Online.API
internal string Get(Representation request = Representation.Raw)
{
Debug.Assert(representation == request);
switch (request)
{
default: