use full prototypes for functions without parameters

This commit is contained in:
Mario Haustein
2023-10-08 13:39:13 +02:00
parent 9c4f8a8123
commit 5983b399d8
20 changed files with 28 additions and 28 deletions

View File

@@ -24,7 +24,7 @@ void cb_hookblock(uc_engine *uc, uint64_t address, uint32_t size, void *user_dat
fprintf(stderr, "ok %d - basic block size is correct\n", count++);
}
int main() {
int main(void) {
uc_engine *uc;
fprintf(stderr, "# basic block callback test\n");