mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-01-10 21:00:15 +01:00
test: drop unused parameters from test's main()
Not needed, so let's get rid of the compiler warning. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
This commit is contained in:
parent
a9b3deb60f
commit
7295576980
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ is_debugger_attached(void)
|
|||
return rc;
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
int main(void)
|
||||
{
|
||||
const struct rlimit corelimit = {0, 0};
|
||||
int failed;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue