otcshare / automotive-message-broker

Other
48 stars 48 forks source link

AmbSignalMapper: clean up the warning message #84

Closed again4you closed 8 years ago

again4you commented 8 years ago

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

tripzero commented 8 years ago

Lgtm