From a61aa8ff0b528e0dbeb9bc299e3a8cf2781bec4a Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Tue, 20 Sep 2016 00:39:30 +0100 Subject: [PATCH] cdvdgigaherz: Remove unreachable return Fixes warning C4702: unreachable code --- plugins/cdvdGigaherz/src/ReadThread.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/cdvdGigaherz/src/ReadThread.cpp b/plugins/cdvdGigaherz/src/ReadThread.cpp index 78c497fdb8..f668e7673c 100644 --- a/plugins/cdvdGigaherz/src/ReadThread.cpp +++ b/plugins/cdvdGigaherz/src/ReadThread.cpp @@ -383,7 +383,6 @@ s32 cdvdDirectReadSector(s32 first, s32 mode, char *buffer) memcpy(buffer, bfr + 12, 2352); return 0; } - return 0; } s32 cdvdGetMediaType()