Skip to content

Commit

Permalink
Warning fixes. (#15877)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanvb authored Nov 6, 2023
1 parent e7a01db commit c42498e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/drivers/udev_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -3291,13 +3291,13 @@ static int udev_input_add_device(udev_input_t *udev,
device->mouse.y_max = absinfo.maximum;
}

#ifdef UDEV_TOUCH_SUPPORT
if (touch)
{
#ifdef UDEV_TOUCH_SUPPORT
udev_init_touch_dev(device);
udev_sync_touch(device);
}
#endif
}

if (!mouse)
goto end;
Expand Down
1 change: 1 addition & 0 deletions ui/drivers/qt/qt_downloads.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <QDir>
#include <QHash>
#include <QApplication>
#include <QProgressDialog>

Expand Down

0 comments on commit c42498e

Please sign in to comment.