rapidcheck
rapidcheck copied to clipboard
Newer GCC (6+) complain about possibly uninitialized variable in release mode
See attached Travis' logs that reproduce the issue.
The issue can be reproduced locally with -O3 and compiling IntegrationTests.cpp with default options: -Wall -Werror -Wno-missing-braces -std=c++11