]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing return to avoid 'control reaches end of non-void function'
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 18 Jul 2002 12:59:56 +0000 (12:59 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 18 Jul 2002 12:59:56 +0000 (12:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/utilsunx.cpp

index 1976a20601dbaf6f597c325c745f6d8626f9f849..c7f527e9b29b16d55a65469dbe26a21380cbf485 100644 (file)
@@ -844,6 +844,8 @@ long wxExecute(wxChar **argv,
         return exitcode;
 #endif // wxUSE_GUI
     }
+
+    return ERROR_RETURN_CODE;
 }
 
 #undef ERROR_RETURN_CODE