neilbrown / wiggle

apply rejected patches and perform word-wise diffs
http://neil.brown.name/wiggle
GNU General Public License v2.0
91 stars 8 forks source link

Build error: (-Werror) #6

Closed nefelim4ag closed 6 years ago

nefelim4ag commented 9 years ago

vpatch.c: In function ‘merge_window’: vpatch.c:844:16: error: ‘o’ may be used uninitialized in this function [-Werror=maybe-uninitialized] curs->offset = o; ^ vpatch.c:804:6: note: ‘o’ was declared here int o; ^ cc1: all warnings being treated as errors

: recipe for target 'vpatch.o' failed
neilbrown commented 6 years ago

Sorry I didn't notice this before -- I don''t use github much, just for hosting. I should have looked properly before releasing 1.1 I guess :-( Anyway I've fixed it now.