FS: Eliminated compiler warning

This commit is contained in:
Paul Beckingham 2016-01-11 15:28:15 -05:00
parent 690df0ded0
commit dbaf863728

View file

@ -521,7 +521,7 @@ void File::truncate ()
open ();
if (_fh)
ftruncate (_h, 0);
(void) ftruncate (_h, 0);
}
////////////////////////////////////////////////////////////////////////////////