Error: COMPILER_WARNING: [#def1] dwz/hashtab.c: scope_hint: In function ‘higher_prime_number’ dwz/hashtab.c:69:1: warning[-Wold-style-definition]: old-style function definition # 69 | higher_prime_number (n) # | ^~~~~~~~~~~~~~~~~~~ # 67| # 68| unsigned long # 69|-> higher_prime_number (n) # 70| unsigned long n; # 71| { Error: COMPILER_WARNING: [#def2] dwz/hashtab.c:69:1: warning[-Wold-style-definition]: old-style function definition # 67| # 68| unsigned long # 69|-> higher_prime_number (n) # 70| unsigned long n; # 71| { Error: COMPILER_WARNING: [#def3] dwz/hashtab.c: scope_hint: In function ‘hash_pointer’ dwz/hashtab.c:133:1: warning[-Wold-style-definition]: old-style function definition # 133 | hash_pointer (p) # | ^~~~~~~~~~~~ # 131| # 132| static hashval_t # 133|-> hash_pointer (p) # 134| const void * p; # 135| { Error: COMPILER_WARNING: [#def4] dwz/hashtab.c:133:1: warning[-Wold-style-definition]: old-style function definition # 131| # 132| static hashval_t # 133|-> hash_pointer (p) # 134| const void * p; # 135| { Error: COMPILER_WARNING: [#def5] dwz/hashtab.c: scope_hint: In function ‘eq_pointer’ dwz/hashtab.c:142:1: warning[-Wold-style-definition]: old-style function definition # 142 | eq_pointer (p1, p2) # | ^~~~~~~~~~ # 140| # 141| static int # 142|-> eq_pointer (p1, p2) # 143| const void * p1; # 144| const void * p2; Error: COMPILER_WARNING: [#def6] dwz/hashtab.c:142:1: warning[-Wold-style-definition]: old-style function definition # 140| # 141| static int # 142|-> eq_pointer (p1, p2) # 143| const void * p1; # 144| const void * p2; Error: COMPILER_WARNING: [#def7] dwz/hashtab.c: scope_hint: In function ‘htab_try_create’ dwz/hashtab.c:155:1: warning[-Wold-style-definition]: old-style function definition # 155 | htab_try_create (size, hash_f, eq_f, del_f) # | ^~~~~~~~~~~~~~~ # 153| # 154| htab_t # 155|-> htab_try_create (size, hash_f, eq_f, del_f) # 156| size_t size; # 157| htab_hash hash_f; Error: COMPILER_WARNING: [#def8] dwz/hashtab.c:155:1: warning[-Wold-style-definition]: old-style function definition # 153| # 154| htab_t # 155|-> htab_try_create (size, hash_f, eq_f, del_f) # 156| size_t size; # 157| htab_hash hash_f; Error: COMPILER_WARNING: [#def9] dwz/hashtab.c: scope_hint: In function ‘htab_delete’ dwz/hashtab.c:187:1: warning[-Wold-style-definition]: old-style function definition # 187 | htab_delete (htab) # | ^~~~~~~~~~~ # 185| # 186| void # 187|-> htab_delete (htab) # 188| htab_t htab; # 189| { Error: COMPILER_WARNING: [#def10] dwz/hashtab.c:187:1: warning[-Wold-style-definition]: old-style function definition # 185| # 186| void # 187|-> htab_delete (htab) # 188| htab_t htab; # 189| { Error: COMPILER_WARNING: [#def11] dwz/hashtab.c: scope_hint: In function ‘htab_empty’ dwz/hashtab.c:205:1: warning[-Wold-style-definition]: old-style function definition # 205 | htab_empty (htab) # | ^~~~~~~~~~ # 203| # 204| void # 205|-> htab_empty (htab) # 206| htab_t htab; # 207| { Error: COMPILER_WARNING: [#def12] dwz/hashtab.c:205:1: warning[-Wold-style-definition]: old-style function definition # 203| # 204| void # 205|-> htab_empty (htab) # 206| htab_t htab; # 207| { Error: COMPILER_WARNING: [#def13] dwz/hashtab.c: scope_hint: In function ‘find_empty_slot_for_expand’ dwz/hashtab.c:229:1: warning[-Wold-style-definition]: old-style function definition # 229 | find_empty_slot_for_expand (htab, hash) # | ^~~~~~~~~~~~~~~~~~~~~~~~~~ # 227| # 228| static void ** # 229|-> find_empty_slot_for_expand (htab, hash) # 230| htab_t htab; # 231| hashval_t hash; Error: COMPILER_WARNING: [#def14] dwz/hashtab.c:229:1: warning[-Wold-style-definition]: old-style function definition # 227| # 228| static void ** # 229|-> find_empty_slot_for_expand (htab, hash) # 230| htab_t htab; # 231| hashval_t hash; Error: COMPILER_WARNING: [#def15] dwz/hashtab.c: scope_hint: In function ‘htab_expand’ dwz/hashtab.c:267:1: warning[-Wold-style-definition]: old-style function definition # 267 | htab_expand (htab) # | ^~~~~~~~~~~ # 265| # 266| static int # 267|-> htab_expand (htab) # 268| htab_t htab; # 269| { Error: COMPILER_WARNING: [#def16] dwz/hashtab.c:267:1: warning[-Wold-style-definition]: old-style function definition # 265| # 266| static int # 267|-> htab_expand (htab) # 268| htab_t htab; # 269| { Error: COMPILER_WARNING: [#def17] dwz/hashtab.c: scope_hint: In function ‘htab_find_with_hash’ dwz/hashtab.c:314:1: warning[-Wold-style-definition]: old-style function definition # 314 | htab_find_with_hash (htab, element, hash) # | ^~~~~~~~~~~~~~~~~~~ # 312| # 313| void * # 314|-> htab_find_with_hash (htab, element, hash) # 315| htab_t htab; # 316| const void * element; Error: COMPILER_WARNING: [#def18] dwz/hashtab.c:314:1: warning[-Wold-style-definition]: old-style function definition # 312| # 313| void * # 314|-> htab_find_with_hash (htab, element, hash) # 315| htab_t htab; # 316| const void * element; Error: COMPILER_WARNING: [#def19] dwz/hashtab.c: scope_hint: In function ‘htab_find’ dwz/hashtab.c:353:1: warning[-Wold-style-definition]: old-style function definition # 353 | htab_find (htab, element) # | ^~~~~~~~~ # 351| # 352| void * # 353|-> htab_find (htab, element) # 354| htab_t htab; # 355| const void * element; Error: COMPILER_WARNING: [#def20] dwz/hashtab.c:353:1: warning[-Wold-style-definition]: old-style function definition # 351| # 352| void * # 353|-> htab_find (htab, element) # 354| htab_t htab; # 355| const void * element; Error: COMPILER_WARNING: [#def21] dwz/hashtab.c: scope_hint: In function ‘htab_find_slot_with_hash’ dwz/hashtab.c:369:1: warning[-Wold-style-definition]: old-style function definition # 369 | htab_find_slot_with_hash (htab, element, hash, insert) # | ^~~~~~~~~~~~~~~~~~~~~~~~ # 367| # 368| void ** # 369|-> htab_find_slot_with_hash (htab, element, hash, insert) # 370| htab_t htab; # 371| const void * element; Error: COMPILER_WARNING: [#def22] dwz/hashtab.c:369:1: warning[-Wold-style-definition]: old-style function definition # 367| # 368| void ** # 369|-> htab_find_slot_with_hash (htab, element, hash, insert) # 370| htab_t htab; # 371| const void * element; Error: COMPILER_WARNING: [#def23] dwz/hashtab.c: scope_hint: In function ‘htab_find_slot’ dwz/hashtab.c:438:1: warning[-Wold-style-definition]: old-style function definition # 438 | htab_find_slot (htab, element, insert) # | ^~~~~~~~~~~~~~ # 436| # 437| void ** # 438|-> htab_find_slot (htab, element, insert) # 439| htab_t htab; # 440| const void * element; Error: COMPILER_WARNING: [#def24] dwz/hashtab.c:438:1: warning[-Wold-style-definition]: old-style function definition # 436| # 437| void ** # 438|-> htab_find_slot (htab, element, insert) # 439| htab_t htab; # 440| const void * element; Error: COMPILER_WARNING: [#def25] dwz/hashtab.c: scope_hint: In function ‘htab_remove_elt’ dwz/hashtab.c:452:1: warning[-Wold-style-definition]: old-style function definition # 452 | htab_remove_elt (htab, element) # | ^~~~~~~~~~~~~~~ # 450| # 451| void # 452|-> htab_remove_elt (htab, element) # 453| htab_t htab; # 454| void * element; Error: COMPILER_WARNING: [#def26] dwz/hashtab.c:452:1: warning[-Wold-style-definition]: old-style function definition # 450| # 451| void # 452|-> htab_remove_elt (htab, element) # 453| htab_t htab; # 454| void * element; Error: COMPILER_WARNING: [#def27] dwz/hashtab.c: scope_hint: In function ‘htab_clear_slot’ dwz/hashtab.c:474:1: warning[-Wold-style-definition]: old-style function definition # 474 | htab_clear_slot (htab, slot) # | ^~~~~~~~~~~~~~~ # 472| # 473| void # 474|-> htab_clear_slot (htab, slot) # 475| htab_t htab; # 476| void **slot; Error: COMPILER_WARNING: [#def28] dwz/hashtab.c:474:1: warning[-Wold-style-definition]: old-style function definition # 472| # 473| void # 474|-> htab_clear_slot (htab, slot) # 475| htab_t htab; # 476| void **slot; Error: COMPILER_WARNING: [#def29] dwz/hashtab.c: scope_hint: In function ‘htab_traverse’ dwz/hashtab.c:495:1: warning[-Wold-style-definition]: old-style function definition # 495 | htab_traverse (htab, callback, info) # | ^~~~~~~~~~~~~ # 493| # 494| void # 495|-> htab_traverse (htab, callback, info) # 496| htab_t htab; # 497| htab_trav callback; Error: COMPILER_WARNING: [#def30] dwz/hashtab.c:495:1: warning[-Wold-style-definition]: old-style function definition # 493| # 494| void # 495|-> htab_traverse (htab, callback, info) # 496| htab_t htab; # 497| htab_trav callback; Error: COMPILER_WARNING: [#def31] dwz/hashtab.c: scope_hint: In function ‘htab_size’ dwz/hashtab.c:517:1: warning[-Wold-style-definition]: old-style function definition # 517 | htab_size (htab) # | ^~~~~~~~~ # 515| # 516| size_t # 517|-> htab_size (htab) # 518| htab_t htab; # 519| { Error: COMPILER_WARNING: [#def32] dwz/hashtab.c:517:1: warning[-Wold-style-definition]: old-style function definition # 515| # 516| size_t # 517|-> htab_size (htab) # 518| htab_t htab; # 519| { Error: COMPILER_WARNING: [#def33] dwz/hashtab.c: scope_hint: In function ‘htab_elements’ dwz/hashtab.c:526:1: warning[-Wold-style-definition]: old-style function definition # 526 | htab_elements (htab) # | ^~~~~~~~~~~~~ # 524| # 525| size_t # 526|-> htab_elements (htab) # 527| htab_t htab; # 528| { Error: COMPILER_WARNING: [#def34] dwz/hashtab.c:526:1: warning[-Wold-style-definition]: old-style function definition # 524| # 525| size_t # 526|-> htab_elements (htab) # 527| htab_t htab; # 528| { Error: COMPILER_WARNING: [#def35] dwz/hashtab.c: scope_hint: In function ‘htab_collisions’ dwz/hashtab.c:536:1: warning[-Wold-style-definition]: old-style function definition # 536 | htab_collisions (htab) # | ^~~~~~~~~~~~~~~ # 534| # 535| double # 536|-> htab_collisions (htab) # 537| htab_t htab; # 538| { Error: COMPILER_WARNING: [#def36] dwz/hashtab.c:536:1: warning[-Wold-style-definition]: old-style function definition # 534| # 535| double # 536|-> htab_collisions (htab) # 537| htab_t htab; # 538| { Error: COMPILER_WARNING: [#def37] dwz/hashtab.c: scope_hint: In function ‘htab_dump’ dwz/hashtab.c:547:1: warning[-Wold-style-definition]: old-style function definition # 547 | htab_dump (htab, name, dumpfn) # | ^~~~~~~~~ # 545| #ifndef NDEBUG # 546| void # 547|-> htab_dump (htab, name, dumpfn) # 548| htab_t htab; # 549| const char *name; Error: COMPILER_WARNING: [#def38] dwz/hashtab.c:547:1: warning[-Wold-style-definition]: old-style function definition # 545| #ifndef NDEBUG # 546| void # 547|-> htab_dump (htab, name, dumpfn) # 548| htab_t htab; # 549| const char *name; Error: COMPILER_WARNING: [#def39] dwz/hashtab.c: scope_hint: In function ‘htab_restore’ dwz/hashtab.c:582:1: warning[-Wold-style-definition]: old-style function definition # 582 | htab_restore (htab, name, restorefn) # | ^~~~~~~~~~~~ # 580| # 581| void # 582|-> htab_restore (htab, name, restorefn) # 583| htab_t htab; # 584| const char *name; Error: COMPILER_WARNING: [#def40] dwz/hashtab.c:582:1: warning[-Wold-style-definition]: old-style function definition # 580| # 581| void # 582|-> htab_restore (htab, name, restorefn) # 583| htab_t htab; # 584| const char *name;
| analyzer-version-clippy | 1.97.1 |
| analyzer-version-cppcheck | 2.21.1 |
| analyzer-version-gcc | 16.1.1 |
| analyzer-version-gcc-analyzer | 16.1.1 |
| analyzer-version-shellcheck | 0.11.0 |
| analyzer-version-unicontrol | 0.0.2 |
| diffbase-analyzer-version-clippy | 1.97.1 |
| diffbase-analyzer-version-cppcheck | 2.21.1 |
| diffbase-analyzer-version-gcc | 16.1.1 |
| diffbase-analyzer-version-gcc-analyzer | 16.1.1 |
| diffbase-analyzer-version-shellcheck | 0.11.0 |
| diffbase-analyzer-version-unicontrol | 0.0.2 |
| diffbase-enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| diffbase-exit-code | 0 |
| diffbase-host | ip-172-16-1-209.us-west-2.compute.internal |
| diffbase-known-false-positives | /usr/share/csmock/known-false-positives.js |
| diffbase-known-false-positives-rpm | known-false-positives-0.0.0.20260524.213755.g3c6d0be.main-1.el9.noarch |
| diffbase-mock-config | fedora-rawhide-x86_64 |
| diffbase-project-name | dwz-0.17-3.fc45 |
| diffbase-store-results-to | /tmp/tmpu73a7l5m/dwz-0.17-3.fc45.tar.xz |
| diffbase-time-created | 2026-08-03 13:59:56 |
| diffbase-time-finished | 2026-08-03 14:01:35 |
| diffbase-tool | csmock |
| diffbase-tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,clippy,unicontrol,shellcheck,cppcheck' '-o' '/tmp/tmpu73a7l5m/dwz-0.17-3.fc45.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpu73a7l5m/dwz-0.17-3.fc45.src.rpm' |
| diffbase-tool-version | csmock-3.8.7.HEAD-1.el9 |
| enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-209.us-west-2.compute.internal |
| known-false-positives | /usr/share/csmock/known-false-positives.js |
| known-false-positives-rpm | known-false-positives-0.0.0.20260524.213755.g3c6d0be.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | dwz-0.16-3.fc44 |
| store-results-to | /tmp/tmprlk0c7o9/dwz-0.16-3.fc44.tar.xz |
| time-created | 2026-08-03 13:57:13 |
| time-finished | 2026-08-03 13:59:45 |
| title | Fixed findings |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,clippy,unicontrol,shellcheck,cppcheck' '-o' '/tmp/tmprlk0c7o9/dwz-0.16-3.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmprlk0c7o9/dwz-0.16-3.fc44.src.rpm' |
| tool-version | csmock-3.8.7.HEAD-1.el9 |