GNOME Bugzilla – Bug 759930
Syntax error
Last modified: 2015-12-28 17:41:45 UTC
Created attachment 317975 [details] [review] Patch Hey, I can't build gtksourceview. There is a syntax error in gtksourcegutter.c gtksourcegutter.c: In function ‘redraw_for_window.part.1’: gtksourcegutter.c:1489:13: error: ‘start’ may be used uninitialized in this function [-Werror=maybe-uninitialized] else if (renderer_query_activatable (gutter, After setting start to 0 (see attachment) it is compileable. Philipp
Thanks, I amended the patch slightly and pushed.