Skip to content

Commit 9f30728

Browse files
authored
Merge pull request fastfloat#368 from x1sc0/main
fix warning C4702: unreachable code
2 parents 221a492 + 3c6a64b commit 9f30728

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/fast_float/float_common.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,6 @@ fastfloat_strncasecmp3(UC const *actual_mixedcase,
313313
return false;
314314
}
315315
}
316-
317-
return true;
318316
}
319317

320318
template <typename UC>
@@ -369,8 +367,6 @@ fastfloat_strncasecmp5(UC const *actual_mixedcase,
369367
return false;
370368
}
371369
}
372-
373-
return true;
374370
}
375371

376372
// Compares two ASCII strings in a case insensitive manner.

0 commit comments

Comments
 (0)