]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commit64f5ea8d44916f22ca370ccbfd92aa413e1d3a7d
tree85247a16fe6bc7f7163d2eb498ec02756cacd92c
parent7d455216838951cd8c1a89b2fc4167b37e94d59b
fade: Avoid a gcc warning.

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
fade.c