On Fri, Jan 20, 2017 at 10:01 AM, <[email protected]> wrote: > And the next step would be to make must-use the default, and have > MOZ_CAN_IGNORE for the rest. ;-) >
I actually tried this with all XPIDL methods. After adding several hundred "Unused <<" annotations for calls that legitimately didn't need to check the return value -- and I was only a fraction of the way through the codebase -- I decided that a big bang approach wasn't going to work. So I then implemented [must_use] as an incremental alternative. Nick _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

