Date: Mon, 15 Apr 2002 11:56:07 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 9785 for review Message-ID: <200204151856.g3FIu7m32674@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9785 Change 9785 by jhb@jhb_laptop on 2002/04/15 11:55:11 IFC much desired warning fix. Affected files ... ... //depot/projects/smpng/sys/dev/sound/pci/es137x.c#4 integrate Differences ... ==== //depot/projects/smpng/sys/dev/sound/pci/es137x.c#4 (text+ko) ==== @@ -59,7 +59,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/es137x.c,v 1.40 2001/10/08 05:58:52 cg Exp $"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/es137x.c,v 1.41 2002/04/15 14:43:23 roberto Exp $"); static int debug = 0; SYSCTL_INT(_debug, OID_AUTO, es_debug, CTLFLAG_RW, &debug, 0, ""); @@ -595,7 +595,7 @@ es1371_rdcd(kobj_t obj, void *s, int addr) { int sl; - unsigned t, x; + unsigned t, x = 0; struct es_info *es = (struct es_info *)s; if (debug > 0) printf("rdcodec addr 0x%x ... ", addr); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204151856.g3FIu7m32674>