lkml.org 
[lkml]   [2004]   [Feb]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: IA64 (2.6.2 - 2004-02-06.17.30) - 1 New warnings (gcc 3.3.1)
john cherry <cherry@osdl.org> wrote:
>
> sound/pci/vx222/vx222_ops.c:409: warning: int format, different type arg (arg 6)

--- 25/sound/pci/vx222/vx222_ops.c~vx222-warning-fix 2004-02-07 09:28:36.000000000 -0800
+++ 25-akpm/sound/pci/vx222/vx222_ops.c 2004-02-07 09:28:45.000000000 -0800
@@ -406,7 +406,8 @@ static int vx2_load_dsp(vx_core_t *vx, c
int err;

if (*dsp->name)
- snd_printdd("loading dsp [%d] %s, size = %d\n", dsp->index, dsp->name, dsp->length);
+ snd_printdd("loading dsp [%d] %s, size = %Zd\n",
+ dsp->index, dsp->name, dsp->length);
switch (dsp->index) {
case 0:
/* xilinx image */
_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:00    [W:0.307 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site