Revision: 15018
          http://sourceforge.net/p/edk2/code/15018
Author:   shenshushi
Date:     2013-12-24 07:25:31 +0000 (Tue, 24 Dec 2013)
Log Message:
-----------
Add default way for switch in function 'RunCommandOrFile' of 'Shell.c'.

Signed-off-by: Laszlo Ersek <[email protected]>
Reviewed-by: Shumin Qiu <[email protected]>

Modified Paths:
--------------
    trunk/edk2/ShellPkg/Application/Shell/Shell.c

Modified: trunk/edk2/ShellPkg/Application/Shell/Shell.c
===================================================================
--- trunk/edk2/ShellPkg/Application/Shell/Shell.c       2013-12-23 08:43:09 UTC 
(rev 15017)
+++ trunk/edk2/ShellPkg/Application/Shell/Shell.c       2013-12-24 07:25:31 UTC 
(rev 15018)
@@ -2072,8 +2072,18 @@
           //
           SetLastError(StatusCode);
           break;
+        default:
+          //
+          // Do nothing.
+          //
+          break;
       }
       break;
+    default:
+      //
+      // Do nothing.
+      //
+      break;
   }
 
   SHELL_FREE_NON_NULL(CommandWithPath);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to