Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

warning #271: trailing comma is nonstandard

erling_andersen
New Contributor I
941 Views
Why do not you remove the , in

enum {
    MKL_BLACS_CUSTOM = 0,
    MKL_BLACS_MSMPI = 1,
    MKL_BLACS_INTELMPI = 2,
    MKL_BLACS_MPICH2 = 3,
    MKL_BLACS_LASTMPI = 4,
};

 

so we can get rid of

C:\Program Files (X86)\IntelSWTools\compilers_and_libraries_2018.0.124\windows\mkl\include\mkl_service.h(279): warning #271: trailing comma is nonstandard

      MKL_BLACS_LASTMPI = 4,
0 Kudos
1 Reply
Zhen_Z_Intel
Employee
941 Views

Dear customer,

Thanks for posting the problem, we will fix it.

Best regards,
Fiona

0 Kudos
Reply