llvm-project/lldb/source/Plugins/Process
Ilia K 4f730dc750 Fix about a dozen compile warnings
Summary:
It fixes the following compile warnings:
1. '0' flag ignored with precision and ‘%d’ gnu_printf format
2. enumeral and non-enumeral type in conditional expression
3. format ‘%d’ expects argument of type ‘int’, but argument 4 has type ...
4. enumeration value ‘...’ not handled in switch
5. cast from type ‘const uint64_t* {aka ...}’ to type ‘int64_t* {aka ...}’ casts away qualifiers
6. extra ‘;’
7. comparison between signed and unsigned integer expressions
8. variable ‘register_operand’ set but not used
9. control reaches end of non-void function

Reviewers: jingham, emaste, zturner, clayborg

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D24331

llvm-svn: 281191
2016-09-12 05:25:33 +00:00
..
Darwin *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
FreeBSD *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Linux Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support. 2016-09-08 14:16:45 +00:00
MacOSX-Kernel *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
POSIX *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Utility Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support. 2016-09-08 14:16:45 +00:00
Windows *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
elf-core Fix about a dozen compile warnings 2016-09-12 05:25:33 +00:00
gdb-remote Fix about a dozen compile warnings 2016-09-12 05:25:33 +00:00
mach-core *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
minidump Fix about a dozen compile warnings 2016-09-12 05:25:33 +00:00
CMakeLists.txt Minidump parsing 2016-09-01 11:29:53 +00:00