EC1319

1 minute readReference

Synopsis

WARNING EC1319: [filename]:[line]: invalid #pragma noautodep: no pattern

Description

An invalid use of #pragma noautodep was detected on the given line number of the pragmafile specified by [filename]. emake will proceed as if the invalid specification was not present.

Reasons

#pragma noautodep requires the user to specify a pattern or explicit filename to exclude from autodep consideration. This parameter should be the third space-separated word on the line containing #pragma noautodep. For example: #pragma noautodep */.git. This warning indicates that the user specified #pragma noautodep without this additional parameter.

Fixes

Correct or remove the invalid #pragma noautodep declaration.