kdrive: fix warnings about missing prototypes and unused variables

Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
stefan11111
2025-08-21 19:49:29 +03:00
committed by Enrico Weigelt
parent aff7f80fbc
commit 44ffe7d2a3

View File

@@ -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) {