From: Pierre-Marc Fournier Date: Mon, 7 Dec 2009 20:57:24 +0000 (-0500) Subject: fix warning X-Git-Tag: v0.1~41 X-Git-Url: https://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=e235d4d686c71718312d5061031d117832b08f3d fix warning --- 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