mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 16:36:20 +00:00
The functional-test harness compared a signed loop index against strlen()'s size_t, which the newly promoted -Wsign-compare turns into a -Werror failure when the test binaries are built. Make the index size_t. Refs #112