fix warning
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 7 Dec 2009 20:57:24 +0000 (15:57 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 7 Dec 2009 20:57:24 +0000 (15:57 -0500)
include/ust/processor.h

index 2ee7efa68c15dfa470cffe802536200a9ba31174..a2a332ead3de1111cc5d24f0b4744fab887f17a3 100644 (file)
@@ -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
This page took 0.023287 seconds and 4 git commands to generate.