Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ACGL
acgl
Commits
585949e0
Commit
585949e0
authored
Jun 13, 2014
by
Philip Trettner
Browse files
Fixed windows warning in MemoryMappedFileImpl.cc
parent
e94e9427
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ACGL/Utils/MemoryMappedFileWinImpl.cc
View file @
585949e0
...
...
@@ -21,6 +21,7 @@ MemoryMappedFileWinImpl::MemoryMappedFileWinImpl(
DWORD
fileAccess
=
0
;
DWORD
fileShare
=
0
;
DWORD
fileSize
=
0
;
(
void
)
fileSize
;
DWORD
offsetLow
=
0
;
DWORD
offsetHigh
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment