]> code.delx.au - pulseaudio/commit
Get rid of some warnings: -Wunused-result
authorMaarten Bosmans <mkbosmans@gmail.com>
Sat, 19 Mar 2011 12:59:15 +0000 (13:59 +0100)
committerColin Guthrie <cguthrie@mandriva.org>
Sun, 20 Mar 2011 11:22:28 +0000 (11:22 +0000)
commit33a88fbfdee773b1473cb5339540d79809363bdc
tree8123ae137fdf7ea6839d94fc10b26cb184adcb39
parentd7ce59de88eda4eb638f977975374359254731f7
Get rid of some warnings: -Wunused-result

modules/module-default-device-restore.c: In function ‘load’:
modules/module-default-device-restore.c:67: warning: ignoring return value of ‘fgets’,
declared with attribute warn_unused_result [-Wunused-result]
modules/module-default-device-restore.c:88: warning: ignoring return value of ‘fgets’,
declared with attribute warn_unused_result [-Wunused-result]

pulsecore/authkey.c: In function ‘generate’:
pulsecore/authkey.c:58: warning: ignoring return value of ‘ftruncate’,
declared with attribute warn_unused_result [-Wunused-result]

pulsecore/core-util.c: In function ‘pa_make_secure_dir’:
pulsecore/core-util.c:261: warning: ignoring return value of ‘fchown’,
declared with attribute warn_unused_result [-Wunused-result]
src/modules/module-default-device-restore.c
src/pulsecore/authkey.c
src/pulsecore/core-util.c