<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 14-02-09 02:12 PM, Keith Packard
      wrote:<br>
    </div>
    <blockquote cite="mid:86d2iwqewg.fsf@miki.keithp.com" type="cite">
      <pre wrap="">If you can reproduce this on your machine (and, I hope that is trivial),
then you should feel free to play with compiler flags and send email to
the list about what you find; if the pain threshold isn't too high, we
can fix the warnings and add the flags to the default
set. Alternatively, you could file bugs with the results.
</pre>
    </blockquote>
    <br>
    I vaguely recall you mentioned you are operating from a 32 bit
    computer.<br>
    <br>
    Here is my output on Ubuntu x86_64:<br>
    <blockquote><tt>make[1]: Entering directory
        `/home/nadon/xorg/src/xserver/glx'</tt><tt><br>
      </tt><tt>  CC     indirect_dispatch.lo</tt><tt><br>
      </tt><tt>  CC     indirect_dispatch_swap.lo</tt><tt><br>
      </tt><tt>  CC     indirect_reqsize.lo</tt><tt><br>
      </tt><tt>  CC     indirect_size_get.lo</tt><tt><br>
      </tt><tt>indirect_dispatch_swap.c:85:1: warning: 'bswap_CARD64'
        defined but not used [-Wunused-function]</tt><tt><br>
      </tt></blockquote>
    The string "logical" does not come up.<br>
    <br>
    I have a total of 242 warnings.<tt><br>
    </tt><tt> 202</tt><tt> </tt><tt>-Wshadow</tt><tt><br>
    </tt><tt>  35 -Wunused-</tt><tt>result</tt><tt><br>
    </tt><tt>   2 -Wpointer-arith<br>
         2 -Wformat<br>
         1 -Wunused-function<br>
    </tt><tt></tt><br>
    I found no -Wlogical-op .<br>
    <br>
  </body>
</html>