mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
Merge pull request #32501 from zeertzjq/backport
Backport #32483 to release-0.10
This commit is contained in:
@ -151,6 +151,9 @@ local function filter_complex_blocks(body)
|
||||
or string.find(line, 'mach_vm_range_recipe')
|
||||
)
|
||||
then
|
||||
-- Remove GCC's extension keyword which is just used to disable warnings.
|
||||
line = string.gsub(line, '__extension__', '')
|
||||
|
||||
result[#result + 1] = line
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user