Project

General

Profile

Actions

Bug #714

closed

unused-result warnings

Added by Marc Dequènes over 3 years ago. Updated about 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
2020-11-10
Due date:
% Done:

0%

Estimated time:
Patch Available:
Found in Versions:
Confirmed:
No
Branch:
Security:
Help Needed:

Description

On a recent build of 0.9.0~rc4 on Debian unstable:

bip_main.c: In function ‘main’:
bip_main.c:298:2: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
bipmkpw.c: In function ‘readpass’:
bipmkpw.c:51:2: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
bipmkpw.c:56:3: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
bipmkpw.c:66:2: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]

Actions #1

Updated by Loïc Gomez about 2 years ago

  • Status changed from New to Resolved

Thanks, I believe these have been resolved by #750.

Actions

Also available in: Atom PDF