mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-04-30 19:09:19 +08:00
Merge pull request #368 from x1sc0/main
fix warning C4702: unreachable code
This commit is contained in:
commit
9f30728ce9
@ -313,8 +313,6 @@ fastfloat_strncasecmp3(UC const *actual_mixedcase,
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
template <typename UC>
|
||||
@ -369,8 +367,6 @@ fastfloat_strncasecmp5(UC const *actual_mixedcase,
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
// Compares two ASCII strings in a case insensitive manner.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user