Commit 69bbc8f
committed
Allow building on MSVC by disabling a warning turned error.
In call to `sqlite3_exec` (line 726 originally)
```
database.c(726): error C4028: formal parameter 1 different from declaration
database.c(726): warning C4022: 'sqlite3_exec': pointer mismatch for actual
parameter 4
```1 parent 6fc5073 commit 69bbc8f
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
825 | 830 | | |
826 | 831 | | |
827 | 832 | | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
0 commit comments