Resolve other switch fallthrough issues
This commit is contained in:
		| @@ -467,8 +467,9 @@ void FlameCreationTask::setupDownloadJob(QEventLoop& loop) | ||||
|         switch (result.type) { | ||||
|             case Flame::File::Type::Folder: { | ||||
|                 logWarning(tr("This 'Folder' may need extracting: %1").arg(relpath)); | ||||
|                 // fall-through intentional, we treat these as plain old mods and dump them wherever. | ||||
|                 // fallthrough intentional, we treat these as plain old mods and dump them wherever. | ||||
|             } | ||||
|             /* fallthrough */ | ||||
|             case Flame::File::Type::SingleFile: | ||||
|             case Flame::File::Type::Mod: { | ||||
|                 if (!result.url.isEmpty()) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 PandaNinjas
					PandaNinjas