Error in msc_status_engine.c
Closed this issue · 5 comments
Greentears commented
Describe the bug
In the apache2/msc_status_engine.c:176
The variable i is compared to 6 but i is not defined.
This i was removed in this commit
9d9a727#diff-1c8f9a366617177bdf8e978ba4be1230c2086c1f4d2338cb5e14e21b8162504e
I'm not sure if it is still compiling with the DARWIN flag
airween commented
Hi @Greentears,
thanks, you're right, that's a bug.
And it seems that we should extend our CI with an OSX build to avoid this kind of issues. I'm going to fix this soon.
airween commented
unfortunately I don't have any Darwin environment so I can't check other errors - is there any other issue which blocks the build flow?
Greentears commented
Hello @airween,
Sorry I actually don't know, I was just reviewing changes done those last few months
airween commented