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

Eric Anholt eric at anholt.net
Thu Oct 27 21:02:40 UTC 2016


Echelon9 <rhyskidd at gmail.com> writes:

> From: Rhys Kidd <rhyskidd at gmail.com>
>
> 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;
>                     ^
>
> Signed-off-by: Rhys Kidd <rhyskidd at gmail.com>

Applied.  Thanks!


More information about the xorg-devel mailing list