mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-26 04:07:51 +00:00
Userland: Fix more compiler warnings.
This commit is contained in:
parent
4118aaaa32
commit
3b01d7fdff
Notes:
sideshowbarker
2024-07-19 13:31:09 +09:00
Author: https://github.com/awesomekling
Commit: 3b01d7fdff
5 changed files with 8 additions and 10 deletions
|
@ -13,7 +13,7 @@ enum Unit { Bytes, KiloBytes, MegaBytes };
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
unsigned count = 50;
|
||||
int count = 50;
|
||||
Unit unit = MegaBytes;
|
||||
|
||||
if (argc >= 2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue