Closed
Bug 1368042
Opened 8 years ago
Closed 8 years ago
Port |Bug 1366584 - Add initial [must_use] properties to PSM IDL files| to mailnews.
Categories
(MailNews Core :: Backend, enhancement)
MailNews Core
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 55.0
People
(Reporter: jorgk-bmo, Assigned: jorgk-bmo)
Details
Attachments
(2 files)
|
2.51 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.12 KB,
patch
|
Details | Diff | Splinter Review |
Currently busted on Linux and Mac with:
/builds/slave/tb-c-cen-m64-00000000000000000/build/mailnews/extensions/smime/src/nsMsgComposeSecure.cpp:896:5: error: ignoring return value of function declared with 'warn_unused_result' attribute [-Werror,-Wunused-result] [log…]
/builds/slave/tb-c-cen-m64-00000000000000000/build/mailnews/extensions/smime/src/nsMsgComposeSecure.cpp:914:5: error: ignoring return value of function declared with 'warn_unused_result' attribute [-Werror,-Wunused-result] [log…]
That's two calls to FindCertByDBKey() which ignore their status.
| Assignee | ||
Updated•8 years ago
|
Version: 52 → Trunk
| Assignee | ||
Comment 2•8 years ago
|
||
https://hg.mozilla.org/comm-central/rev/60de4a384f7e4c0e9bf34ecabaa211abfa2b65c4
There may be more compile errors, so this may be an incremental fix since I don't compile on Mac/Linux and anything goes on Windows ;-)
| Assignee | ||
Comment 3•8 years ago
|
||
| Assignee | ||
Comment 4•8 years ago
|
||
Second time lucky ;-)
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 55.0
You need to log in
before you can comment on or make changes to this bug.
Description
•