User Activity

  • Posted a comment on discussion General Discussion on cppcheck

    We have the following code that is incorrectly flagged -: void foo(int bar, va_list ap) { va_list ap2; va_copy(ap2, ap); // Do something here with ap2... va_end(ap2); } It reports ap2 is used at va_end(ap2) before va_start(), however va_start is not necessary with va_copy because it explicitly initialises the va_list (and is documented to do so..)

  • Committed [r1718]

    # adjust to build with recent AROS changes (ico...

  • Committed [r1717]

    adapt to recent AROS changes

  • Committed [r1716]

    use cxx flags for c++ code.

  • Committed [r1710]

    since USE_GL is defined in sysconfig.h, it does...

  • Committed [r1709]

    user USER_LDFLAGS. don't link against libGL by ...

  • Committed [r1708]

    use the correct flags

  • Committed [r1707]

    only perform permits if UNLOCKTDNESTCNT is defi...

View All

Personal Data

Username:
kalamatee
Joined:
2007-07-19 23:18:22

Projects

This is a list of open source software projects that Nick Andrews is associated with:

Personal Tools

MongoDB Logo MongoDB