ERROR | illegal number of arguments for pragma string |
CAUSE | The number of arguments (actual parameters) passed to the named pragma (compiler directive) is incorrect. A required argument was omitted from the argument list, or the pragma syntax is faulty (for example, a comma might be missing between two parameters). |
ACTION | Supply the missing argument or correct the faulty syntax. |