lkml.org 
[lkml]   [2006]   [Aug]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH] arch/i386/kernel/cpu/transmeta.c, kernel 2.6.17.8
Date
Forrest Voight:
> Corrects warning:
> arch/i386/kernel/cpu/transmeta.c: In function 'init_transmeta':
> arch/i386/kernel/cpu/transmeta.c:12: warning: 'cpu_freq' may be used
> uninitialized in this function
> - unsigned int cpu_rev, cpu_freq, cpu_flags, new_cpu_rev;
> + unsigned int cpu_rev, cpu_freq = 0, cpu_flags, new_cpu_rev;

If one doesn't want to add more init code, but variable indeed used
uninitialazed, in GCC 3.X struct may be used, GCC 4.X needs 'volatile'.

-
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: 2006-08-10 01:47    [W:0.043 / U:0.312 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site