walnux/arch
ligd 561e1fc879 x86_64: fix compile warning
In function ‘void* std::__1::__libcpp_operator_new(_Args ...) [with _Args = {long unsigned int}]’,
    inlined from ‘void* std::__1::__libcpp_allocate(size_t, size_t)’ at /home/ligd/platform/trunk/nuttx/include/libcxx/new:294:31,
    inlined from ‘_Tp* std::__1::allocator<_Tp>::allocate(size_t) [with _Tp = char]’ at /home/ligd/platform/trunk/nuttx/include/libcxx/__memory/allocator.h:114:62,
    inlined from ‘constexpr std::__1::__allocation_result<typename std::__1::allocator_traits<_Alloc>::pointer> std::__1::__allocate_at_least(_Alloc&, size_t) [with _Alloc = allocator<char>]’ at /home/ligd/platform/trunk/nuttx/include/libcxx/__memory/allocate_at_least.h:55:27,
    inlined from ‘void std::__1::basic_string<_CharT, _Traits, _Allocator>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, const value_type*) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]’ at /home/ligd/platform/trunk/nuttx/include/libcxx/string:2325:49,
    inlined from ‘std::__1::basic_string<_CharT, _Traits, _Allocator>& std::__1::basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type*, size_type) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]’ at /home/ligd/platform/trunk/nuttx/include/libcxx/string:2431:26,
    inlined from ‘std::__1::basic_string<_CharT, _Traits, _Allocator>& std::__1::basic_string<_CharT, _Traits, _Allocator>::assign(const value_type*, size_type) [with _CharT = char; _Traits = std::__1::char_traits<char>; _Allocator = std::__1::allocator<char>]’ at /home/ligd/platform/trunk/nuttx/include/libcxx/string:2444:35:
/home/ligd/platform/trunk/nuttx/include/libcxx/new:270:24: warning: argument 1 value ‘18446744073709551599’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
  270 |   return ::operator new(__args...);

Signed-off-by: ligd <liguiding1@xiaomi.com>
2024-11-04 18:06:09 +08:00
..
arm cmake(build):add the specified armclang compiler to the cmake Toolchain file 2024-11-03 14:06:40 +08:00
arm64 arm64: fix compile failed when build ELF apps 2024-11-04 16:24:29 +08:00
avr driver/serial: remove return value of up_putc() 2024-10-26 13:21:29 +08:00
ceva irq: force inline up_interrupt_context 2024-10-31 15:43:41 +08:00
dummy arch: Add custom arch chip build support 2020-10-20 14:48:16 +08:00
hc driver/serial: remove return value of up_putc() 2024-10-26 13:21:29 +08:00
mips driver/serial: remove return value of up_putc() 2024-10-26 13:21:29 +08:00
misoc driver/serial: remove return value of up_putc() 2024-10-26 13:21:29 +08:00
or1k irq: force inline up_interrupt_context 2024-10-31 15:43:41 +08:00
renesas arch: Fix minor style issue 2024-10-28 09:24:55 +01:00
risc-v esp32[c3|c6|h2]: Add I2C bitbang supoort 2024-11-01 11:41:46 -03:00
sim cmake:fix sim gc-section option build failed 2024-10-31 17:55:13 +08:00
sparc irq: force inline up_interrupt_context 2024-10-31 15:43:41 +08:00
tricore gcov: Fix typographical errors 2024-10-30 14:45:23 +08:00
x86 driver/serial: remove return value of up_putc() 2024-10-26 13:21:29 +08:00
x86_64 x86_64: fix compile warning 2024-11-04 18:06:09 +08:00
xtensa Fix Error: implicit declaration of function 'enter_critical_section' 2024-11-03 11:26:44 +08:00
z16 driver/serial: remove return value of up_putc() 2024-10-26 13:21:29 +08:00
z80 arch: Fix minor style issue 2024-10-28 09:24:55 +01:00
CMakeLists.txt greenhills: fix the arch_interface archive error 2024-09-27 23:39:56 +08:00
Kconfig arch/Kconfig: remove ARCH_MATH_H if LIBCXX 2024-10-24 17:44:22 +08:00