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
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