patch: hash() returns integer so gcc stops warning`

This commit is contained in:
kevinnls
2021-04-05 21:06:45 +05:30
parent 4c626f657e
commit 8ae94ac60c

View File

@@ -3,6 +3,7 @@
unsigned long int hash(){ unsigned long int hash(){
//implement a hashing function //implement a hashing function
return 123456;
} }
// define hashes of legal cli flags // define hashes of legal cli flags