mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
FS: Eliminated compiler warning
This commit is contained in:
parent
690df0ded0
commit
dbaf863728
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ void File::truncate ()
|
|||
open ();
|
||||
|
||||
if (_fh)
|
||||
ftruncate (_h, 0);
|
||||
(void) ftruncate (_h, 0);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue