mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 23:44:58 +00:00
Fix a bunch of compiler warnings. Not all, but a lot.
This commit is contained in:
parent
15fb917f28
commit
901b7d5d91
10 changed files with 29 additions and 191 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue