]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
fade: Avoid a gcc warning.
authorAndre Noll <maan@systemlinux.org>
Wed, 2 Sep 2009 11:59:54 +0000 (13:59 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 2 Sep 2009 11:59:54 +0000 (13:59 +0200)
The following warning is harmless and gcc is just being stupid:

fade.c: In function 'main':
fade.c:111: warning: 'val' may be used uninitialized in this function
fade.c:111: note: 'val' was declared here


No differences found