Error reporting when compiling static library with lower version gcc4.9.2
> gcc -c activityIntensity.c
Change to:
> gcc -c activityIntensity.c -std=c99
Successfully compiled
Error reporting when compiling static library with lower version gcc4.9.2
> gcc -c activityIntensity.c
Change to:
> gcc -c activityIntensity.c -std=c99
Successfully compiled