User Activity

  • Posted a comment on discussion General Discussion on cppcheck

    thanks, i will test your solution.

  • Posted a comment on discussion General Discussion on cppcheck

    Hello, is there a way to check follow void test() { .... if (c) return; // ok: no os_leave needed, because there is no os_enter before if (d) { os_leave(); // ERROR os_leave without a os_enter() return; } os_enter(); if (a) { os_leave(); return; // OK , } if (b) { return; // BUG os_leave missing } os_leave(); } os_enter / os_leave has a internal reference counter os_enter=++ and os_leave=-- Thanks

View All

Personal Data

Username:
sfjimmyo
Joined:
2008-01-24 16:11:33

Projects

  • No projects to display.

Personal Tools