[asterisk-commits] test vector: Fix build breakage caused by ASTERISK REGISTER ... (asterisk[13])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue May 5 16:56:46 CDT 2015


Matt Jordan has submitted this change and it was merged.

Change subject: test_vector: Fix build breakage caused by ASTERISK_REGISTER_FILE
......................................................................


test_vector: Fix build breakage caused by ASTERISK_REGISTER_FILE

My 13 version of test_vector had an ASTERISK_REGISTER_FILE() macro
call at the top which is only supported in master.  Once removed
builds are successful.

Change-Id: I7cac8b669bed6de543bbf4e2eec3cffc9741acdd
---
M tests/test_vector.c
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  Matt Jordan: Looks good to me, approved; Verified
  Joshua Colp: Looks good to me, but someone else must approve



diff --git a/tests/test_vector.c b/tests/test_vector.c
index eae1881..ed3807b 100644
--- a/tests/test_vector.c
+++ b/tests/test_vector.c
@@ -34,8 +34,6 @@
 
 #include "asterisk.h"
 
-ASTERISK_REGISTER_FILE()
-
 #include "asterisk/test.h"
 #include "asterisk/utils.h"
 #include "asterisk/strings.h"

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7cac8b669bed6de543bbf4e2eec3cffc9741acdd
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>



More information about the asterisk-commits mailing list