mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
kdrive: fix warnings about missing prototypes and unused variables
Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
committed by
Enrico Weigelt
parent
aff7f80fbc
commit
44ffe7d2a3
@@ -667,6 +667,7 @@ ephyrSetGrabShortcut(char const* const desc)
|
||||
}
|
||||
else {
|
||||
const uint8_t fixed_bound = 255;
|
||||
(void)fixed_bound;
|
||||
char buf[16];
|
||||
uint8_t j = 0;
|
||||
for (uint8_t i = 0;; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user