[Lldb-commits] [PATCH] Fix the remainder of warnings for the Windows build.
Zachary Turner
zturner at google.com
Wed May 28 16:20:29 PDT 2014
Hi tfiala,
Makes the Windows build 99% free of warnings. In particular, this change addresses the following classes of warnings:
* CMake Windows build incorrectly passed -Wl,--start-group and -Wl,--end-group to the command line
* Bit-shift too large or negative causes undefined behavior (e.g. (size_t)x >> 32 on x86)
* GetVersionEx API declared deprecated in Windows 8.1 SDK
http://reviews.llvm.org/D3944
Files:
CMakeLists.txt
include/lldb/Core/DataBufferMemoryMap.h
source/Core/ConnectionSharedMemory.cpp
source/Core/DataBufferMemoryMap.cpp
source/Host/windows/Host.cpp
source/Plugins/Platform/Windows/PlatformWindows.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3944.9894.patch
Type: text/x-patch
Size: 10064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140528/9ec93696/attachment.bin>
More information about the lldb-commits
mailing list