[Freeciv-Dev] imlib version 2
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
I wonder if anyone has thought about when Freeciv should
be updated to use Imlib2 over Imlib.
see http://www.rasterman.com/imlib.html
Also, does anyone know if imlib is still being maintained or is
it suggested that everyone move to imlib2 when possible?
-----
I have a few minor code changes for operations that are undefined
in the C standard. For example:
ptr[a++] = ptr[a - 1];
..............................^
In this statement, the expression "ptr[a++]=ptr[a-1]" modifies "a",
and fetches its value in a computation that is not used to produce the
modified value without an intervening sequence point.
This behavior is undefined at line number 179 in file IO-PPM.C
It is not defined by the C standard when a++ is done.
This is just a warning but I was wondering how I could get them
fixed, and how to update imlib 1.9.8?
Roger
- [Freeciv-Dev] imlib version 2,
Roger Tucker <=
- [Freeciv-Dev] Re: imlib version 2, Daniel Burrows, 2000/06/20
- [Freeciv-Dev] Re: imlib version 2, raster, 2000/06/20
- [Freeciv-Dev] Re: imlib version 2, Vasco Alexandre Da Silva Costa, 2000/06/20
- [Freeciv-Dev] Re: imlib version 2, raster, 2000/06/20
- [Freeciv-Dev] Re: imlib version 2, Tomasz Wegrzanowski, 2000/06/21
- [Freeciv-Dev] Re: imlib version 2, Todd Goodman, 2000/06/21
- [Freeciv-Dev] Re: imlib version 2, Daniel Sjölie, 2000/06/22
- [Freeciv-Dev] Re: imlib version 2, Reinier Post, 2000/06/22
|
|