diff gen/main.cpp @ 1586:7f728c52e63c

Fix several 'reaches end of function' warnings by making fatal noreturn. The warnings also pointed out a few genuine bugs. Replace some tabs with spaces.
author Christian Kamm <kamm incasoftware de>
date Fri, 06 Nov 2009 21:51:41 +0100
parents 4551475bc6b6
children def7a1d494fd
line wrap: on
line diff
--- a/gen/main.cpp	Thu Oct 22 13:30:30 2009 +0200
+++ b/gen/main.cpp	Fri Nov 06 21:51:41 2009 +0100
@@ -960,8 +960,7 @@
     else
     {
         if (global.params.link)
-            //status = runLINK();
-            linkObjToExecutable(global.params.argv0);
+            status = linkObjToExecutable(global.params.argv0);
 
         if (global.params.run)
         {