EC1315

1 minute readReference

Synopsis

WARNING EC1315: filename:line: In #pragma jobcache: no type specification.

Description

The named pragma file includes a jobcache pragma without a type specification on the given line.

Reasons

Normally the jobcache type is given as the third space-separated word in a jobcache pragma declaration. In this case the type is absent.

Fixes

Remove the incomplete pragma, or add a jobcache type specification to the pragma.