On Tue, Sep 09, 2025 at 09:32:41PM +0200, Harald Anlauf wrote: > > Running the related tests under valgrind did not reveal anything. > The maybe-uninitialized errors are bogus. >
Well, no. -Wmaybe-uninitialized is a warning. GCC (on FreeBSD) could not determine if these would be used unintialized (that's the **maybe** portion). -Werror turns the warnings into errors. -- Steve