mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
Fix a bunch of compiler warnings. Not all, but a lot.
This commit is contained in:
@@ -12,6 +12,8 @@ GApplication& GApplication::the()
|
||||
|
||||
GApplication::GApplication(int argc, char** argv)
|
||||
{
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
ASSERT(!s_the);
|
||||
s_the = this;
|
||||
m_event_loop = make<GEventLoop>();
|
||||
|
||||
Reference in New Issue
Block a user