Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Tue, 2011-10-04 at 14:04 +0530, Marc-André Laverdière wrote:
Based on Caolan's comments, here's another attempt at doing things right.

I'm unable to test right now (some symlink problem)... please don't push
right away :)

This looks right to me, pushed now, thanks for this.

Only micro-nit is can leave an argument unnamed rather than self-assign
it to avoid an unused parameter warnings, e.g.

void foo(int a, int, int c)
{
}

rather than

void foo(int a, int b, int c)
{
    b = b;
}

C.


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.