mdbx: -Wextra and fixes.

Change-Id: I9f373e66f8f5f7cf3b29b5246eb2c67e4a49a460
This commit is contained in:
Leo Yuriev
2016-04-15 22:11:40 +03:00
parent 9871e24670
commit 3a8db9fed3
14 changed files with 38 additions and 6 deletions

View File

@@ -52,6 +52,8 @@ int main(int argc,char * argv[])
int env_oflags;
struct stat db_stat, exe_stat;
(void) argc;
(void) argv;
srand(time(NULL));
count = (rand()%384) + 64;