qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "C.W. Betts" <computers57@hotmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] recent patches break
Date: Sun, 13 Jan 2008 22:39:46 -0700	[thread overview]
Message-ID: <BAY133-DAV9012AE4CDDADF806AF25DB9460@phx.gbl> (raw)

[-- Attachment #1: Type: text/plain, Size: 710 bytes --]

The current patches break directsound.  This tiny fix makes it compile, but it throws a lot of warnings.


Index: audio/dsound_template.h
===================================================================
RCS file: /sources/qemu/qemu/audio/dsound_template.h,v
retrieving revision 1.5
diff -u -r1.5 dsound_template.h
--- audio/dsound_template.h     14 Jan 2008 04:24:28 -0000      1.5
+++ audio/dsound_template.h     14 Jan 2008 05:37:12 -0000
@@ -197,7 +197,7 @@
 #endif
 
     if (!s->FIELD2) {
-        dsound_logerr ("Attempt to initialize voice without " NAME2 " object");
+        dsound_logerr (hr,"Attempt to initialize voice without " NAME2 " object");
         return -1;
     }
 

[-- Attachment #2: Type: text/html, Size: 1459 bytes --]

                 reply	other threads:[~2008-01-14  5:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BAY133-DAV9012AE4CDDADF806AF25DB9460@phx.gbl \
    --to=computers57@hotmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).