Merge pull request #7206 from libgit2/ethomson/nogcc

pcre: actually fix dangling-pointer warning
This commit is contained in:
Edward Thomson
2026-01-26 21:39:17 +00:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ check_type_size("unsigned long long" UNSIGNED_LONG_LONG)
disable_warnings(unused-function)
disable_warnings(implicit-fallthrough)
disable_warnings(unused-but-set-variable)
disable_warnings(no-dangling-pointer)
disable_warnings(dangling-pointer)
# User-configurable options