Files
meta-openembedded/meta-xfce/recipes-xfce/thunar-volman
Khem Raj 9e78e4b521 thunar-volman: Fix build with clang
clang poins a void return for a boolean function
| ../../thunar-volman-0.8.1/thunar-volman/tvm-block-device.c:717:3: error: non-void function 'tvm_block_device_mount' should return a value [-Wreturn-type]
|   g_return_if_fail (context != NULL);

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-22 15:49:23 +02:00
..