Skip to content
Snippets Groups Projects
Commit 20e0cd3b authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5101359 from 53726cf1 to qt-release

Change-Id: I0cb1914c490be591ffcad9e26758151cba038ba3
parents c0cd03e8 53726cf1
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ int main(int argc, char *argv[])
break;
case ':':
fprintf(stderr, "Missing argument !!\n");
// fall through
[[fallthrough]];
default:
usage(argv[0]);
exit(0);
......
......@@ -788,7 +788,7 @@ int virgl_renderer_create_fence(int client_fence_id, uint32_t cmd_type) {
g_last_submit_cmd_ctx->setFence(client_fence_id);
break;
}
// Fall through
[[fallthrough]];
default: {
std::lock_guard<std::mutex> lk(g_fence_deque_mutex);
g_fence_deque.push_back(client_fence_id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment