[asterisk-dev] Change in asterisk[11]: Fixing extconf compile

David M. Lee (Code Review) asteriskteam at digium.com
Mon Apr 13 14:44:02 CDT 2015


David M. Lee has uploaded a new change for review.

  https://gerrit.asterisk.org/88

Change subject: Fixing extconf compile
......................................................................

Fixing extconf compile

During the mass code deletion for clang support, a stray backslash was
left behind that was causing utils to fail to compile.

Change-Id: I60e5fa58c9a5b248bde23aaada79ff663f87a2a1
---
M utils/extconf.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/88/88/1

diff --git a/utils/extconf.c b/utils/extconf.c
index 2b1bc0c..bd2cc9a 100644
--- a/utils/extconf.c
+++ b/utils/extconf.c
@@ -487,7 +487,7 @@
 static void  __attribute__((constructor)) init_##mutex(void) \
 { \
 	ast_mutex_init(&mutex); \
-} \
+}
 #else /* !AST_MUTEX_INIT_W_CONSTRUCTORS */
 /* By default, use static initialization of mutexes. */ 
 #define __AST_MUTEX_DEFINE(scope, mutex) \

-- 
To view, visit https://gerrit.asterisk.org/88
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I60e5fa58c9a5b248bde23aaada79ff663f87a2a1
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 11
Gerrit-Owner: David M. Lee <dlee at digium.com>



More information about the asterisk-dev mailing list