mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-24 04:46:05 +08:00
fix compilation warning
This commit is contained in:
@@ -922,6 +922,7 @@ gdb_commands_file(void)
|
||||
return save_debugger_command(cmds);
|
||||
}
|
||||
|
||||
#if defined(SIMULATOR_IOS)
|
||||
static NSString *
|
||||
lldb_commands_file(int pid)
|
||||
{
|
||||
@@ -949,6 +950,7 @@ lldb_commands_file(int pid)
|
||||
|
||||
return save_debugger_command(cmds);
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(SIMULATOR_IOS)
|
||||
- (void)session:(id)session didEndWithError:(NSError *)error
|
||||
|
||||
Reference in New Issue
Block a user