From e235d4d686c71718312d5061031d117832b08f3d Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Mon, 7 Dec 2009 15:57:24 -0500 Subject: [PATCH] fix warning --- include/ust/processor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ust/processor.h b/include/ust/processor.h index 2ee7efa..a2a332e 100644 --- a/include/ust/processor.h +++ b/include/ust/processor.h @@ -8,7 +8,7 @@ extern __thread long ust_reg_stack[500]; extern volatile __thread long *ust_reg_stack_ptr; #ifndef CONFIG_UST_GDB_INTEGRATION -static inline save_ip(void) +static inline void save_ip(void) { } #endif -- 2.34.1