[Lldb-commits] [lldb] r138465 - /lldb/trunk/test/expression_command/radar_9531204/main.c

Johnny Chen johnny.chen at apple.com
Wed Aug 24 12:35:24 PDT 2011


Author: johnny
Date: Wed Aug 24 14:35:24 2011
New Revision: 138465

URL: http://llvm.org/viewvc/llvm-project?rev=138465&view=rev
Log:
Fix compile warning.

Modified:
    lldb/trunk/test/expression_command/radar_9531204/main.c

Modified: lldb/trunk/test/expression_command/radar_9531204/main.c
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/radar_9531204/main.c?rev=138465&r1=138464&r2=138465&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/radar_9531204/main.c (original)
+++ lldb/trunk/test/expression_command/radar_9531204/main.c Wed Aug 24 14:35:24 2011
@@ -14,6 +14,7 @@
 int foo (int value)
 {
   printf ("I got the value: %d.\n", value);
+  return 0;
 }
 
 int main (int argc, char **argv)





More information about the lldb-commits mailing list