[Lldb-commits] [lldb] r199243 - Remove a compilation warning in the test case main.c file.

Jim Ingham jingham at apple.com
Tue Jan 14 10:46:15 PST 2014


Author: jingham
Date: Tue Jan 14 12:46:15 2014
New Revision: 199243

URL: http://llvm.org/viewvc/llvm-project?rev=199243&view=rev
Log:
Remove a compilation warning in the test case main.c file.

Modified:
    lldb/trunk/test/macosx/indirect_symbol/main.c

Modified: lldb/trunk/test/macosx/indirect_symbol/main.c
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/macosx/indirect_symbol/main.c?rev=199243&r1=199242&r2=199243&view=diff
==============================================================================
--- lldb/trunk/test/macosx/indirect_symbol/main.c (original)
+++ lldb/trunk/test/macosx/indirect_symbol/main.c Tue Jan 14 12:46:15 2014
@@ -1,5 +1,5 @@
 extern int call_through_indirect(int);
-extern int call_through_reexport(int);
+extern int reexport_to_indirect(int);
 
 int
 main ()





More information about the lldb-commits mailing list