From 47aef9392723e4816d94d4efda4248180aece7f5 Mon Sep 17 00:00:00 2001 From: Adeel <3840695+am11@users.noreply.github.com> Date: Thu, 13 Oct 2022 03:30:20 +0300 Subject: Fix a few warnings --- include/libunwind_i.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/libunwind_i.h b/include/libunwind_i.h index 83561240..3ca14625 100644 --- a/include/libunwind_i.h +++ b/include/libunwind_i.h @@ -132,7 +132,7 @@ byte_order_is_big_endian(int byte_order) } static inline int -target_is_big_endian() +target_is_big_endian(void) { return byte_order_is_big_endian(UNW_BYTE_ORDER); } -- cgit v1.2.1