| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The use of this feature is deliberate.
|
|
musl declares ioctl to have an int request code, so some requests
might cause signed integer overflow, but will behave as expected.
|
|
|
|
|
|
This warning is also disabled in the upstream buildsystem.
|
|
|
|
|
|
This is fixed upstream already, and shouldn't be needed for the
upcoming kbd 2.3.0.
|
|
|
|
This is deliberate, but the comment does not have the right form
to suppress the gcc warning.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Among other things, this fixes some spurious warnings with gcc.
|
|
|
|
This is a false-positive. binutils asserts that the locals are not
returned.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|