clean twn_timer

This commit is contained in:
veclavtalica 2025-01-26 02:45:01 +03:00
parent 9ddc5c4a66
commit d884a9026f
2 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,8 @@ function(give_options target)
-Wno-declaration-after-statement
-Wno-unsafe-buffer-usage
-Wno-unused-command-line-argument
-Wno-covered-switch-default)
-Wno-covered-switch-default
-Wno-disabled-macro-expansion)
set(WARNING_FLAGS
-Wall

View File

@ -11,7 +11,6 @@
static timer_t timerid;
static sigset_t mask;
static struct sigaction sa;
static struct sigevent sev;