diff options
author | red <33436708+b1tg@users.noreply.github.com> | 2023-03-09 23:46:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 16:46:34 +0100 |
commit | 64d3f68c07f7e67bbbd5db11b289705f7569b949 (patch) | |
tree | f7acd1e21169c67e78a3ef96dd3a86703b049d70 /runtime/lua/vim/treesitter/_range.lua | |
parent | 9ef7297ef142354ace8b1f3f277d0eee3cfdc6d4 (diff) | |
download | rneovim-64d3f68c07f7e67bbbd5db11b289705f7569b949.tar.gz rneovim-64d3f68c07f7e67bbbd5db11b289705f7569b949.tar.bz2 rneovim-64d3f68c07f7e67bbbd5db11b289705f7569b949.zip |
build: fix build warning when using gcc 4.9.2
Problem:
When building with gcc 4.9.2, tree-sitter throws warning: "for loop initial
declarations are only allowed in C99 or C11 mode"
Solution:
set CMAKE_C_STANDARD option to 99
Diffstat (limited to 'runtime/lua/vim/treesitter/_range.lua')
0 files changed, 0 insertions, 0 deletions