mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-02-16 15:19:54 +08:00
unfck lint
This commit is contained in:
parent
6d6acd4364
commit
4a0bd5e9ea
@ -258,9 +258,9 @@ bool tester(uint64_t seed, size_t volume) {
|
|||||||
int main() {
|
int main() {
|
||||||
#if defined(__CYGWIN__) || defined(__MINGW32__) || defined(__MINGW64__) || \
|
#if defined(__CYGWIN__) || defined(__MINGW32__) || defined(__MINGW64__) || \
|
||||||
defined(sun) || defined(__sun)
|
defined(sun) || defined(__sun)
|
||||||
std::cout << "Warning: msys/cygwin or solaris detected. This particular test is likely "
|
std::cout << "Warning: msys/cygwin or solaris detected. This particular test "
|
||||||
"to generate false failures due to our reliance on the "
|
"is likely to generate false failures due to our reliance on "
|
||||||
"underlying runtime library."
|
"the underlying runtime library."
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
#else
|
#else
|
||||||
|
|||||||
@ -253,9 +253,9 @@ bool tester(uint64_t seed, size_t volume) {
|
|||||||
int main() {
|
int main() {
|
||||||
#if defined(__CYGWIN__) || defined(__MINGW32__) || defined(__MINGW64__) || \
|
#if defined(__CYGWIN__) || defined(__MINGW32__) || defined(__MINGW64__) || \
|
||||||
defined(sun) || defined(__sun)
|
defined(sun) || defined(__sun)
|
||||||
std::cout << "Warning: msys/cygwin or solaris detected. This particular test is likely "
|
std::cout << "Warning: msys/cygwin or solaris detected. This particular test "
|
||||||
"to generate false failures due to our reliance on the "
|
"is likely to generate false failures due to our reliance on "
|
||||||
"underlying runtime library."
|
"the underlying runtime library."
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
#else
|
#else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user