Commit ef75b3c9 authored by Kyle Kloberdanz's avatar Kyle Kloberdanz
Browse files

Fix compiler warning (#1254)

GCC 13 warns that `pool` may be used uninitialized. This is a false
positive because pool will only be used in the case that it is
initialized, but by initializing it to NULL we can avoid this warning.
parent d223333f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment