llvm-capstone/libc/utils/MPFRWrapper
Mikhail R. Gadelha 8fc87f54a8
[libc][NFC] Couple of small warning fixes (#67847)
This patch fixes a couple of warnings when compiling with gcc 13:

* CPP/type_traits_test.cpp: 'apply' overrides a member function but is
not marked 'override'
* UnitTest/LibcTest.cpp:98: control reaches end of non-void function
* MPFRWrapper/MPFRUtils.cpp:75: control reaches end of non-void function
* smoke/FrexpTest.h:92: backslash-newline at end of file
* __support/float_to_string.h:118: comparison of unsigned expression in ‘>= 0’ is always true
* test/src/__support/CPP/bitset_test.cpp:197: comparison of unsigned expression in ‘>= 0’ is always true

---------

Signed-off-by: Mikhail R. Gadelha <mikhail@igalia.com>
2023-10-02 19:29:26 -04:00
..
check_mpfr.cpp
CMakeLists.txt [libc] fix MPFR rounding problems in fuzz test 2023-07-05 10:53:40 -07:00
mpfr_inc.h [libc] Use MPFR for strtofloat fuzzing 2023-05-22 11:04:53 -07:00
MPFRUtils.cpp [libc][NFC] Couple of small warning fixes (#67847) 2023-10-02 19:29:26 -04:00
MPFRUtils.h [libc] Mass replace enclosing namespace (#67032) 2023-09-26 11:45:04 +02:00