mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +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')
|
or string.find(line, 'mach_vm_range_recipe')
|
||||||
)
|
)
|
||||||
then
|
then
|
||||||
|
-- Remove GCC's extension keyword which is just used to disable warnings.
|
||||||
|
line = string.gsub(line, '__extension__', '')
|
||||||
|
|
||||||
result[#result + 1] = line
|
result[#result + 1] = line
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user