1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-15 11:41:13 +03:00

Fix some warnings when compiling under MSVC.

FossilOrigin-Name: 708338773919fa024abbba55180654beb60e6d84
This commit is contained in:
shaneh
2010-07-02 17:05:03 +00:00
parent 230fd98dd3
commit 5eba1f60fe
6 changed files with 29 additions and 28 deletions

View File

@@ -1657,6 +1657,7 @@ static int winShmLock(
static void winShmBarrier(
sqlite3_file *fd /* Database holding the shared memory */
){
UNUSED_PARAMETER(fd);
/* MemoryBarrier(); // does not work -- do not know why not */
winShmEnterMutex();
winShmLeaveMutex();