ID:10450 VHDL Return Statement error at <location>: Return Statement for function in Subprogram Declaration must have expression

CAUSE: In a Subprogram Declaration for a function at the specified location in a VHDL Design File (.vhd), you specified a Return Statement that does not have an expression. However, the Return Statement for a function must have an expression.

ACTION: Add an expression to the Return Statement.