GNOME Bugzilla – Bug 747488
Fail to build with clang because of return vaule error
Last modified: 2015-04-08 06:40:05 UTC
Please see the patch. Missing or wrong return value usually doesn't cause problems in gcc, but it can cause error in clang.
Created attachment 301101 [details] [review] [PATCH] libide: fix return value error
Thanks!