OSDN Git Service

Make the compiler happy
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 7 Apr 2017 06:10:53 +0000 (14:10 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Tue, 2 May 2017 02:44:50 +0000 (10:44 +0800)
commitde8d3c0895ceba38bdfd11e8386e4f0d4b4dc855
tree6949ec2e1b4d1cd80c1f9e06d808c96056237e76
parent1c1e2ac866e97dfaf7e9d8b3cbd9454f8f5d0c4b
Make the compiler happy

To avoid the error:

src/gen6_mfc_common.c:487:1: error: control may reach end of non-void function [-Werror,-Wreturn-type]
}
^

Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
src/gen6_mfc_common.c