]> git.tue.mpg.de Git - paraslash.git/commit
Get rid of a gcc warning on recent Ubuntu systems.
authorAndre Noll <maan@systemlinux.org>
Fri, 28 Nov 2008 12:07:08 +0000 (13:07 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 28 Nov 2008 12:07:08 +0000 (13:07 +0100)
commitf8620d627a59414b3a63c28f245201f4dd273880
tree3fb404aded8106492e3d912bf8436aec845819c9
parent646e481578d6e170835097666ae98f8daaff341e
Get rid of a gcc warning on recent Ubuntu systems.

fchdir() is marked with warn_unused_result which produces a
warning in the error path of para_opendir(). However, we really
want to ignore the return value in this particular case, so introduce
a rather ugly fix to avoid the warning.
fd.c