mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
stricter warnings, wip
This commit is contained in:
parent
0cb21c89c3
commit
0e39cb8e34
11 changed files with 20 additions and 16 deletions
|
@ -162,7 +162,7 @@ static int seed_from_timestamp_and_pid(uint32_t *seed) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
static uint32_t generate_seed() {
|
||||
static uint32_t generate_seed(void) {
|
||||
uint32_t seed = 0;
|
||||
int done = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue