mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-08 05:49:17 +00:00
Fix compiler warnings
This commit is contained in:
@ -30,10 +30,12 @@ namespace GraphicalUserInterface
|
||||
{
|
||||
void WidgetCollection::OnPaintBackground(Event *e)
|
||||
{
|
||||
UNUSED(e);
|
||||
}
|
||||
|
||||
void WidgetCollection::OnPaintForeground(Event *e)
|
||||
{
|
||||
UNUSED(e);
|
||||
foreach (auto Panel in this->Panels)
|
||||
{
|
||||
PutRect(this->Buffer, Panel->rect, Panel->Color);
|
||||
|
Reference in New Issue
Block a user