clean twn_timer
This commit is contained in:
parent
9ddc5c4a66
commit
d884a9026f
@ -229,7 +229,8 @@ function(give_options target)
|
|||||||
-Wno-declaration-after-statement
|
-Wno-declaration-after-statement
|
||||||
-Wno-unsafe-buffer-usage
|
-Wno-unsafe-buffer-usage
|
||||||
-Wno-unused-command-line-argument
|
-Wno-unused-command-line-argument
|
||||||
-Wno-covered-switch-default)
|
-Wno-covered-switch-default
|
||||||
|
-Wno-disabled-macro-expansion)
|
||||||
|
|
||||||
set(WARNING_FLAGS
|
set(WARNING_FLAGS
|
||||||
-Wall
|
-Wall
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
|
|
||||||
static timer_t timerid;
|
static timer_t timerid;
|
||||||
static sigset_t mask;
|
|
||||||
static struct sigaction sa;
|
static struct sigaction sa;
|
||||||
static struct sigevent sev;
|
static struct sigevent sev;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user