diff options
author | mistachkin <mistachkin@noemail.net> | 2015-01-12 21:43:00 +0000 |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2015-01-12 21:43:00 +0000 |
commit | 9ab31fcee1b23700863377df7de1af0826b6df9c (patch) | |
tree | 5f29dc9c11cff0627a95af0d6f456ceb501b04bd /tool/mksqlite3c-noext.tcl | |
parent | 8d9da63dacde128e546f84cb34392188aab1be83 (diff) | |
parent | 189143d355334b248d7748ae049a08591ec13d47 (diff) | |
download | sqlite-9ab31fcee1b23700863377df7de1af0826b6df9c.tar.gz sqlite-9ab31fcee1b23700863377df7de1af0826b6df9c.zip |
Fix harmless compiler warnings when using -W4 with MSVC.
FossilOrigin-Name: e693e11d1b9265974c32bddba873ea30a4d0b708
Diffstat (limited to 'tool/mksqlite3c-noext.tcl')
-rw-r--r-- | tool/mksqlite3c-noext.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/mksqlite3c-noext.tcl b/tool/mksqlite3c-noext.tcl index f54b347be..27522265b 100644 --- a/tool/mksqlite3c-noext.tcl +++ b/tool/mksqlite3c-noext.tcl @@ -96,6 +96,7 @@ foreach hdr { hash.h hwtime.h keywordhash.h + msvc.h mutex.h opcodes.h os_common.h |