mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Build: Eliminated compiler warning
This commit is contained in:
parent
1fad357f26
commit
f04cc0c9e6
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))
|
||||
{
|
||||
if (n.skip ('Z'))
|
||||
{
|
||||
_utc = true;
|
||||
}
|
||||
else if (parse_off_ext (n))
|
||||
;
|
||||
{
|
||||
}
|
||||
|
||||
if (! Lexer::isDigit (n.next ()))
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue