ID:10700 HDL synthesis attribute warning at <location>: the "<name>" attribute cannot process the HDL message ID <id>.

CAUSE: The specified source file contains the MESSAGE_DISABLE or the MESSAGE_ENABLE attribute; but it specifies the ID of an HDL message (between 10000 and 11000). This is illegal. MESSAGE_DISABLE and MESSAGE_ENABLE attributes can only process non-HDL messages (message IDs greater than 11000). Use MESSAGE_ON and MESSAGE_OFF directives for HDL messages.

ACTION: Either specify a non-HDL message ID with the MESSAGE_DISABLE or the MESSAGE_ENABLE attribute, or use the MESSAGE_ON or the MESSAGE_OFF directive with HDL messages.