ERROR | pragma INLINE for procedure string does not apply to any calls |
CAUSE | A pragma INLINE was provided, but there was no call to the mentioned procedure in the next statement. |
ACTION | Remove the unnecessary pragma. |
ERROR | pragma INLINE for procedure string does not apply to any calls |
CAUSE | A pragma INLINE was provided, but there was no call to the mentioned procedure in the next statement. |
ACTION | Remove the unnecessary pragma. |