From a76d0c64bd378132888fd0eaf39a9d8e0df24e3e Mon Sep 17 00:00:00 2001 From: David Marcec Date: Sun, 23 Sep 2018 15:26:55 +1000 Subject: [PATCH] Removed string initialize --- src/video_core/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_core/utils.h b/src/video_core/utils.h index 639c2b33e1..681919ae3f 100644 --- a/src/video_core/utils.h +++ b/src/video_core/utils.h @@ -167,7 +167,7 @@ static void LabelGLObject(GLenum identifier, GLuint handle, VAddr addr, return; // We don't need to throw an error as this is just for debugging } const std::string nice_addr = fmt::format("0x{:016x}", addr); - std::string object_label{}; + std::string object_label; switch (identifier) { case GL_TEXTURE: