mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 10:07:19 +02:00
Build: Eliminated compiler warning
This commit is contained in:
parent
9fc71ff3ec
commit
66915635c8
1 changed files with 4 additions and 1 deletions
|
@ -707,9 +707,12 @@ bool ISO8601d::parse_date_time_ext (Nibbler& n)
|
||||||
parse_time_ext (n))
|
parse_time_ext (n))
|
||||||
{
|
{
|
||||||
if (n.skip ('Z'))
|
if (n.skip ('Z'))
|
||||||
|
{
|
||||||
_utc = true;
|
_utc = true;
|
||||||
|
}
|
||||||
else if (parse_off_ext (n))
|
else if (parse_off_ext (n))
|
||||||
;
|
{
|
||||||
|
}
|
||||||
|
|
||||||
if (! Lexer::isDigit (n.next ()))
|
if (! Lexer::isDigit (n.next ()))
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue