summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/provider/python.lua
diff options
context:
space:
mode:
authorskewb1k <skewb1kunix@gmail.com>2026-03-18 09:27:19 +0000
committerGitHub <noreply@github.com>2026-03-18 05:27:19 -0400
commit20225fc330a4808f8b95edbbf9f181730824a2ae (patch)
tree5673d0544c76310ec0e3cb106b82b47b1d0233d2 /runtime/lua/vim/provider/python.lua
parentc3308fa5fe0c82849a9f1773219fce00b82cc352 (diff)
build: suppress -Wfree-nonheap-object false positives in lua_cjson #37250
Problem: Building with GCC emits -Wfree-nonheap-object warnings in lua_cjson code when calling strbuf_free(), despite the free being conditionally valid. This is an unresolved GCC issue: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98753 Solution: Supress warnings with the -Wno-free-nonheap-object flag for now.
Diffstat (limited to 'runtime/lua/vim/provider/python.lua')
0 files changed, 0 insertions, 0 deletions