Feature #1136
cpp: Old style C function declarations should be detected
| Status: | Approved | Start date: | 06/21/2015 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | Spent time: | - | |
| Target version: | - |
Description
int inflate_table(type, lens, codes, table, bits, work) codetype type; unsigned short FAR *lens; unsigned codes; code FAR * FAR *table; unsigned FAR *bits; unsigned short FAR *work;
- avoid 'type' being global variable
History
#1 Updated by Miroslav Fidler over 10 years ago
- Status changed from New to Approved