[PATCH xts] xts5: Fix clang warning - non-void function DoLayout should return a value

2016-10-22 Thread Echelon9
From: Rhys Kidd Box.c:245:7: error: non-void function 'DoLayout' should return a value [-Wreturn-type] return; ^ Box.c:285:6: error: non-void function 'DoLayout' should return a value [-Wreturn-type] return;

Re: [PATCH xts] xts5: Fix clang warning - non-void function DoLayout should return a value

2016-10-27 Thread Eric Anholt
Echelon9 writes: > From: Rhys Kidd > > Box.c:245:7: error: non-void function 'DoLayout' should return a value > [-Wreturn-type] > return; > ^ > Box.c:285:6: error: non-void function 'DoLayout' should return a value > [-Wreturn-type] >