mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Userland: Fix more compiler warnings.
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
UNUSED_PARAM(argc);
|
||||
UNUSED_PARAM(argv);
|
||||
|
||||
Vector<String> lines;
|
||||
|
||||
for (;;) {
|
||||
|
||||
Reference in New Issue
Block a user