Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
showkey.c: In function ‘main’: showkey.c:275:31: warning: conversion to ‘unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion] 275 | alarm(timeout); | ^~~~~~~ showkey.c:287:23: warning: conversion to ‘unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion] 287 | alarm(timeout); | ^~~~~~~ Signed-off-by: Alexey Gladkov <legion@kernel.org>