Actions
Bug #714
closedunused-result warnings
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]
Updated by Loïc Gomez about 3 years ago
- Status changed from New to Resolved
Thanks, I believe these have been resolved by #750.
Actions