Skip to content

Commit

Permalink
Fix clang warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Jun 25, 2024
1 parent 6e0bb1a commit 1627ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test2.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void test(uint8_t* data,
}
}

int main()
int main(void)
{
size_t i;
size_t size = 70000;
Expand Down

0 comments on commit 1627ac6

Please sign in to comment.