When Intel C++ compiler option /W5 is turned on the compiler shows lots of 'remark #424: extra ";" ignored' messages related declaration of some functions in MKL headers. Here is a small example:
...
..\mkl\include\mkl_solvers_ee.h(51): remark #424: extra ";" ignored
_Mkl_Api(void,feastinit,(MKL_INT* fpm));
^
..\mkl\include\mkl_solvers_ee.h(52): remark #424: extra ";" ignored
_Mkl_Api(void,FEASTINIT,(MKL_INT* fpm));
...