mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-02-16 07:09:55 +08:00
fix warning C4702: unreachable code
This commit is contained in:
parent
221a4920db
commit
3c6a64b87d
@ -313,8 +313,6 @@ fastfloat_strncasecmp3(UC const *actual_mixedcase,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename UC>
|
template <typename UC>
|
||||||
@ -369,8 +367,6 @@ fastfloat_strncasecmp5(UC const *actual_mixedcase,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Compares two ASCII strings in a case insensitive manner.
|
// Compares two ASCII strings in a case insensitive manner.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user