]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Delete argsize to fix a -Wunused-but-set-variable warning with gcc 4.9
authorngie <ngie@FreeBSD.org>
Mon, 1 Feb 2016 08:06:17 +0000 (08:06 +0000)
committerngie <ngie@FreeBSD.org>
Mon, 1 Feb 2016 08:06:17 +0000 (08:06 +0000)
commit5ca894a86d88814ef41a76421f3a6a35456436d6
tree9e585eacbef39846d2902966d2a0fb0e821b1e91
parentb1ee4ad409df5a3440c668cf19bec883afa7310c
Delete argsize to fix a -Wunused-but-set-variable warning with gcc 4.9

The variable isn't actually checked -- just the end result which gets
returned from the function

Differential Revision: https://reviews.freebsd.org/D5156
Reviewed by: araujo, delphij
MFC after: 1 month
Sponsored by: EMC / Isilon Storage Division
sbin/swapon/swapon.c