"Maciej W. Rozycki" <macro@xxxxxxxx> writes: > On Tue, 11 Jan 2005, Atsushi Nemoto wrote: > >> Well, maybe the 'volatile' have no sense, but some archs (including >> i386, of course :-)) and some drivers use it. Adding the 'volatile' >> will remove some compiler warnings. > > As will removing "volatile" from broken ports. There's nothing wrong with "volatile void *". Richard