incubator-nuttx/mm/ubsan
chao an 415fa25eb7 mm/ubsan: fix build warning
ubsan/ubsan.c: In function ‘get_signed_val’:
ubsan/ubsan.c:162:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  162 |       uint64_t ret = (uint64_t)val & mask;
      |

Signed-off-by: chao an <anchao@xiaomi.com>
2022-12-05 14:06:27 +08:00
..
Make.defs debug: Introduce portion of UBSan 2022-08-22 13:57:29 +08:00
ubsan.c mm/ubsan: fix build warning 2022-12-05 14:06:27 +08:00
ubsan.h debug: Introduce portion of UBSan 2022-08-22 13:57:29 +08:00