mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mark ignored error return as intentional
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4f4fff3917
commit
c365103029
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ static void save_backup(const char *name, const char *ext, const char *new_ext)
|
|||
* maybe no old file existed. Regardless, we'll write the
|
||||
* new file.
|
||||
*/
|
||||
subsurface_rename(name, newname);
|
||||
(void) subsurface_rename(name, newname);
|
||||
free(newname);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue