<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
I've just updated from CVS and am now getting some warnings while building LLVM:<BR>
<BR>
Linking z bytecode library<BR>
WARNING: Type conflict between types named 'struct.z_stream_s'.<BR>
    Src=' %struct.z_stream_s'.<BR>
   Dest=' %struct.z_stream_s'<BR>
WARNING: Type conflict between types named 'struct.internal_state'.<BR>
    Src=' %struct.internal_state'.<BR>
   Dest=' %struct.internal_state'<BR>
WARNING: Type conflict between types named 'struct.z_stream_s'.<BR>
    Src=' %struct.z_stream_s'.<BR>
   Dest=' %struct.z_stream_s'<BR>
WARNING: Type conflict between types named 'struct.internal_state'.<BR>
    Src=' %struct.internal_state'.<BR>
   Dest=' %struct.internal_state'<BR>
...<BR>
<BR>
Are these okay?  I remember Chris saying that "any warning during compilation was not acceptable" a while back.  Just wanted to check with you guys before I ignore these warnings.<BR>
<BR>
Reid.
</BODY>
</HTML>