Merge "test_taskprocessor.c: Fix test failure on Ubuntu" into 16

changes/55/13055/1
George Joseph 7 years ago committed by Gerrit Code Review
commit ab8835b8b7

@ -184,7 +184,7 @@ AST_TEST_DEFINE(subsystem_alert)
#define LOW_WATER_MARK 3
#define HIGH_WATER_MARK 6
struct task_data *task_data[(TEST_DATA_ARRAY_SIZE + 1)] = { 0 };
int res;
int res = 0;
int i;
long queue_count;
unsigned int alert_level;

Loading…
Cancel
Save