[openfirmware] [commit] r2341 - dev/hdaudio

repository service svn at openfirmware.info
Fri Jul 8 11:39:28 CEST 2011


Author: wmb
Date: Fri Jul  8 11:39:28 2011
New Revision: 2341
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2341

Log:
Can't suppress warnings in hdaudio/test.fth because it's loaded from FCode in some builds.

Modified:
   dev/hdaudio/test.fth

Modified: dev/hdaudio/test.fth
==============================================================================
--- dev/hdaudio/test.fth	Fri Jul  8 11:38:16 2011	(r2340)
+++ dev/hdaudio/test.fth	Fri Jul  8 11:39:28 2011	(r2341)
@@ -196,7 +196,6 @@
    test-with-loopback throw
    disconnect-loopback
 ;
-warning @ warning off
 : selftest  ( -- error? )
    diagnostic-mode?  if
       open 0=  if  ." Failed to open /audio" cr true exit  then
@@ -208,7 +207,6 @@
       selftest         ( error? )
    then
 ;
-warning !
 
 \ LICENSE_BEGIN
 \ Copyright (c) 2009 Luke Gorrie



More information about the openfirmware mailing list