return value in non-void function
authorKlaus Kaempf <kkaempf@suse.de>
Wed, 8 Mar 2006 11:34:16 +0000 (11:34 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Wed, 8 Mar 2006 11:34:16 +0000 (11:34 +0000)
testsuite/target/tests/import_old_sources_test.cc

index 48679e8..d626dd8 100644 (file)
@@ -131,6 +131,7 @@ static int import_old_sources()
   }
   
   MIL << "done reading " << dir_path.string() << std::endl;
+  return 0;
 }
 
 int main()