/in/call.cpp:18:16: error: variable length arrays are a C99 feature [-Werror,-Wvla-extension]
caller call[num_call];
^
/in/call.cpp:45:13: error: comparison of array 'call' not equal to a null pointer is always true [-Werror,-Wtautological-pointer-compare]
if (call != nullptr){
^~~~ ~~~~~~~
/in/call.cpp:47:18: error: expression result unused [-Werror,-Wunused-value]
for (i; i < num_call; i++){
^
3 errors generated.
/in/Compile/Makefile:39: recipe for target 'buildCall' failed
make: *** [buildCall] Error 1