Some generated functions by AmbSignalMapper do not return the result
even it is not a void function. Because of this reason, below error
occurs when build it. This patch fixes this bug.
warning: control reaches end of non-void function [-Wreturn-type]
Some generated functions by AmbSignalMapper do not return the result even it is not a void function. Because of this reason, below error occurs when build it. This patch fixes this bug.
warning: control reaches end of non-void function [-Wreturn-type]
Signed-off-by: Sangjung Woo sangjung.woo@samsung.com