mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Fixed warning C4702: unreachable code
This commit is contained in:
@@ -6737,7 +6737,6 @@ static bool D3D12_ClaimWindow(
|
||||
}
|
||||
} else {
|
||||
SET_STRING_ERROR_AND_RETURN("Window already claimed", false);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user