GNOME Bugzilla – Bug 727295
src/browser.c:982: possible use of uninitialised local variable ?
Last modified: 2014-03-29 14:54:55 UTC
I just compiled easytag with the clang compiler. It said src/browser.c:982:13: warning: variable 'fileETFile' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] Suggest initialise local variable fileETFile at its declaration.
Fixed in master as 47754d8f31f8711993dd6a730ef7c0eece6cac69.