diff options
| author | Greg Clayton <gclayton@apple.com> | 2011-10-31 23:51:19 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2011-10-31 23:51:19 +0000 |
| commit | 9d3d6886e6a6767434bc341a41df23ffc947606e (patch) | |
| tree | f52a7be800507ec8e12fa7cf250a0297d828ce75 /lldb/tools/darwin-debug/darwin-debug.cpp | |
| parent | 549f737453d1de96c61df8146edcff48b9b20877 (diff) | |
| download | bcm5719-llvm-9d3d6886e6a6767434bc341a41df23ffc947606e.tar.gz bcm5719-llvm-9d3d6886e6a6767434bc341a41df23ffc947606e.zip | |
Fixed some warnings after enabling some stricter warnings in the Xcode project
settings.
Also fixed an issue where we weren't creating anonymous namepaces correctly:
<rdar://problem/10371295>
llvm-svn: 143403
Diffstat (limited to 'lldb/tools/darwin-debug/darwin-debug.cpp')
| -rw-r--r-- | lldb/tools/darwin-debug/darwin-debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/darwin-debug/darwin-debug.cpp b/lldb/tools/darwin-debug/darwin-debug.cpp index 4a91c3befa6..511b6157e43 100644 --- a/lldb/tools/darwin-debug/darwin-debug.cpp +++ b/lldb/tools/darwin-debug/darwin-debug.cpp @@ -178,7 +178,7 @@ int main (int argc, char *const *argv, char *const *envp, const char **apple) cpu_type_t cpu_type = 0; bool show_usage = false; - char ch; + int ch; int disable_aslr = 0; // By default we disable ASLR int pass_env = 1; std::string unix_socket_name; |

