Fixed most remaining warnings

This commit is contained in:
Alexey Romanov
2010-11-26 13:09:31 +03:00
parent 6c46d1ea7d
commit 7022e2400e
3 changed files with 15 additions and 52 deletions

View File

@@ -1,9 +1,10 @@
#include <erl_driver.h>
#include <erl_interface.h>
#include <ei.h>
#include <stdio.h>
#include <string.h>
#include <sqlite3.h>
#include <erl_interface.h>
#include <assert.h>
#if SQLITE_VERSION_NUMBER < 3006001
#error "SQLite3 of version 3.6.1 minumum required"