AVR Downloader/UploaDEr - Bugs: bug #35265, Findings reported by cppcheck
You are not allowed to post comments on this tracker with your current authentication level.
bug #35265: Findings reported by cppcheck
Submitter: | Rene Liebscher <rliebscher> | ||
Submitted: | Sun 08 Jan 2012 05:18:52 PM UTC | ||
Category: | None | Severity: | 2 - Minor |
Priority: | 5 - Normal | Item Group: | None |
Status: | In Progress | Privacy: | Public |
Assigned to: | None | Originator Name: | Rene Liebscher |
Open/Closed: | Open | Release: | None |
Programmer hardware: | Device type: |
Fri 13 Jan 2012 10:22:04 PM UTC, comment #5: |
Rene Liebscher <rliebscher>![]() |
Tue 10 Jan 2012 07:18:18 AM UTC, comment #4:
|
Joerg Wunsch <joerg_wunsch>![]() |
Mon 09 Jan 2012 10:27:47 PM UTC, comment #3: OK, thanks, with the commandline, I can reproduce the
|
Joerg Wunsch <joerg_wunsch>![]() |
Mon 09 Jan 2012 08:11:12 PM UTC, comment #2: command line was 'cppcheck --enable=all .'
|
Rene Liebscher <rliebscher>![]() |
Sun 08 Jan 2012 10:37:44 PM UTC, comment #1: Could you please post you commandline?
|
Joerg Wunsch <joerg_wunsch>![]() |
Sun 08 Jan 2012 05:18:52 PM UTC, original submission:
When running cppcheck the following findings are reported:
|
Rene Liebscher <rliebscher>![]() |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 2 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2012-01-13 | rliebscher | Attached File | - | ![]() |
Added util.c, #24815 |
Status | None | ![]() |
In Progress |
I made a first patch which replaces all usleep by microsleep and adds a file util.c which realizes microsleep either by nanosleep, usleep or by a Windows specififc function. (For the last it moved the code from ppiwin.c to util.c)
MinGW has only usleep but no nanosleep (at least configure does not find it) so I left the usleep variant in the code.
(file #24815)