mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Avoid `default rule can be matched' warning in CLI state.
This commit is contained in:
parent
9c3726afd2
commit
efe51e3863
@ -134,7 +134,7 @@ WHITE [ \t]
|
||||
return SYM;
|
||||
}
|
||||
|
||||
<CLI>! {
|
||||
<CLI>(.|\n) {
|
||||
BEGIN(INITIAL);
|
||||
return CLI_MARKER;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user