Just looking through I see a lot of warnings like 'conditional expression
is constant'. In a lot of cases this is deliberate - code is placed in
header files and compiled in multiple different ways to produce specialized
code for a selection of important paths. One way to specialize the code is
to use constant expressions to avoid unwanted branches. Typically, the
general case is also required, with branches intact.
This is one case where I would suggest turning off the warning, if that
is possible in your development environment.
Keith
--- Theodore Jump <[EMAIL PROTECTED]> wrote:
>
> http://www.tertius.com/projects/library/index.html#mesa-3d
>
> There are four files, one for each of the DLL files generated by the Win32
> hierarchy project files (fxmesa, mesa, glu, glut - all as DLL files).
>
> The various programs all also generate warnings, however I don't feel like we
> should spend cycles on those until the fundamental code is clean. ;^)
>
> Any help at all working these things over would be very much appreciated.
>
> Cheers,
> -Ted
> ______________________________________________________________________
> Protecting essential freedoms is always a matter of restricting the actions
> that would deny them. Remember, your freedom to swing your fist ends at the
> tip of my nose.
>
>
> _______________________________________________
> Mesa-dev maillist - [EMAIL PROTECTED]
> http://lists.mesa3d.org/mailman/listinfo/mesa-dev
>
>
>
=====
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com
_______________________________________________
Mesa-dev maillist - [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev