Message This #pragma directive was not followed by a for statement. The directive will be ignored. Description The #pragma ivdep and #pragma unroll directives modify the for loop which follows them. The compile has encoutered one of the directives without a following for loop. The directive will be ignored. User Action Remove the directive.