From daf1701c9f484096d408287d1edd127d10d10445 Mon Sep 17 00:00:00 2001 From: CppCXY <812125110@qq.com> Date: Tue, 20 May 2025 13:52:36 +0800 Subject: [PATCH] Fix gcc15 build --- 3rd/EmmyLuaCodeStyle | 2 +- changelog.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/3rd/EmmyLuaCodeStyle b/3rd/EmmyLuaCodeStyle index e728970f8..8500f3af1 160000 --- a/3rd/EmmyLuaCodeStyle +++ b/3rd/EmmyLuaCodeStyle @@ -1 +1 @@ -Subproject commit e728970f81e887aa4078edaf93af895311bf667e +Subproject commit 8500f3af178f097331d938378648078d023f4c7c diff --git a/changelog.md b/changelog.md index d929b7919..bdcd7bc32 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,7 @@ * `FIX` cannot debug in Linux due to lua-debug expecting host process to have lua54 symbols available * `FIX` support hex color codes with `#` in `textDocument/documentColor` +* `FIX` updates the EmmyLuaCodeStyle submodule reference to a newer commit, ensuring compatibility with GCC 15 ## 3.14.0 `2025-4-7`