mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:17:36 +00:00
Userland: Fix more compiler warnings.
This commit is contained in:
parent
4118aaaa32
commit
3b01d7fdff
5 changed files with 8 additions and 10 deletions
|
@ -6,6 +6,9 @@
|
|||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
UNUSED_PARAM(argc);
|
||||
UNUSED_PARAM(argv);
|
||||
|
||||
Vector<String> lines;
|
||||
|
||||
for (;;) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue