mirror of
https://github.com/kevinnlsamuel/stdouterr.git
synced 2025-12-06 09:55:58 +05:30
patch: hash() returns integer so gcc stops warning`
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user