mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
PCRE sets the contents of an external structure to a local pointer temporarily. gcc warns about this. Silence that dangling pointer warning.
PCRE sets the contents of an external structure to a local pointer temporarily. gcc warns about this. Silence that dangling pointer warning.