You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments