[asterisk-commits] file: branch 1.4 r99127 - /branches/1.4/include/asterisk/channel.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jan 18 16:57:16 CST 2008
Author: file
Date: Fri Jan 18 16:57:15 2008
New Revision: 99127
URL: http://svn.digium.com/view/asterisk?view=rev&rev=99127
Log:
Remove the __ in front of the unused variable. This causes some compilers to freak out.
Modified:
branches/1.4/include/asterisk/channel.h
Change Statistics:
branches/1.4/include/asterisk/channel.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: branches/1.4/include/asterisk/channel.h
URL: http://svn.digium.com/view/asterisk/branches/1.4/include/asterisk/channel.h?view=diff&rev=99127&r1=99126&r2=99127
==============================================================================
--- branches/1.4/include/asterisk/channel.h (original)
+++ branches/1.4/include/asterisk/channel.h Fri Jan 18 16:57:15 2008
@@ -428,9 +428,8 @@
int rawwriteformat; /*!< Raw write format */
struct ast_audiohook_list *audiohooks;
- /*! This pointer should stay for Asterisk 1.4. It just keeps the struct size the same
- * for the sake of ABI compatability. */
- void *__unused;
+ void *unused; /*! This pointer should stay for Asterisk 1.4. It just keeps the struct size the same
+ * for the sake of ABI compatability. */
AST_LIST_ENTRY(ast_channel) chan_list; /*!< For easy linking */
More information about the asterisk-commits
mailing list