mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
test: cast to a char the zstream test
This commit is contained in:
@@ -61,7 +61,7 @@ void test_core_zstream__basic(void)
|
||||
void test_core_zstream__fails_on_trailing_garbage(void)
|
||||
{
|
||||
git_buf deflated = GIT_BUF_INIT, inflated = GIT_BUF_INIT;
|
||||
size_t i = 0;
|
||||
char i = 0;
|
||||
|
||||
/* compress a simple string */
|
||||
git_zstream_deflatebuf(&deflated, "foobar!!", 8);
|
||||
|
||||
Reference in New Issue
Block a user