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/Powershel... ============================================================================== --- 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