[ros-diffs] [dreimer] 33250: This cleans up the output of gcc warnings. Open for testing now. Let me know if you like it and if not, tell me why.

dreimer at svn.reactos.org dreimer at svn.reactos.org
Fri May 2 22:35:52 CEST 2008


Author: dreimer
Date: Fri May  2 15:35:52 2008
New Revision: 33250

URL: http://svn.reactos.org/svn/reactos?rev=33250&view=rev
Log:
This cleans up the output of gcc warnings. Open for testing now. Let me know if you like it and if not, tell me why.

Modified:
    trunk/tools/RosBE/RosBE-Windows/Powershell/Build.ps1

Modified: trunk/tools/RosBE/RosBE-Windows/Powershell/Build.ps1
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Powershell/Build.ps1?rev=33250&r1=33249&r2=33250&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Powershell/Build.ps1 [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Powershell/Build.ps1 [iso-8859-1] Fri May  2 15:35:52 2008
@@ -87,6 +87,7 @@
 }
 
 function BUILD {
+    $ErrorActionPreference = "SilentlyContinue"
     if ($_ROSBE_SHOWTIME -eq 1) {
         [System.Diagnostics.Stopwatch] $sw;
         $sw = New-Object System.Diagnostics.StopWatch



More information about the Ros-diffs mailing list