Author: quozl Date: Tue Jan 10 03:55:22 2012 New Revision: 2809 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2809
Log: OLPC XO-1.75 - reduce build warnings
Modified: dev/hdaudio/test.fth dev/usb2/hcd/ehci/intr.fth dev/usb2/hcd/ehci/iso.fth
Modified: dev/hdaudio/test.fth ============================================================================== --- dev/hdaudio/test.fth Tue Jan 10 03:55:17 2012 (r2808) +++ dev/hdaudio/test.fth Tue Jan 10 03:55:22 2012 (r2809) @@ -202,6 +202,7 @@ acoustic-test loopback-test ; +warning @ warning off : selftest ( -- error? ) diagnostic-mode? if open 0= if ." Failed to open /audio" cr true exit then @@ -213,6 +214,7 @@ selftest ( error? ) then ; +warning !
\ LICENSE_BEGIN \ Copyright (c) 2009 Luke Gorrie
Modified: dev/usb2/hcd/ehci/intr.fth ============================================================================== --- dev/usb2/hcd/ehci/intr.fth Tue Jan 10 03:55:17 2012 (r2808) +++ dev/usb2/hcd/ehci/intr.fth Tue Jan 10 03:55:22 2012 (r2809) @@ -132,7 +132,9 @@
headers
+warning @ warning off : (end-extra) ( -- ) (end-extra) end-intr-in ; +warning ! ' (end-extra) to end-extra
Modified: dev/usb2/hcd/ehci/iso.fth ============================================================================== --- dev/usb2/hcd/ehci/iso.fth Tue Jan 10 03:55:17 2012 (r2808) +++ dev/usb2/hcd/ehci/iso.fth Tue Jan 10 03:55:22 2012 (r2809) @@ -285,12 +285,14 @@ ;
headers +warning @ warning off : (end-extra) ( -- ) (end-extra) iso-in-itd 0= if exit then end-iso-in free-iso ; +warning ! ' (end-extra) to end-extra
[ifndef] notdef
openfirmware@openfirmware.info