Re: [AD] Allegro 4.1.15 WIP |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Evert Glebbeek:
> Hmm... I thought WIP releases were not supposed to contain the demo.dat
> file. Looks like that policy has changed though.
Most of the WIPs have contained it, I think. At least the latter ones.
> I'm packing a new set of
> files now. Can you try to do a make lib instead of a make all?
"make lib" works fine.
I did get a few warnings, but nothing to worry about:
gcc -DALLEGRO_STATICLINK -DALLEGRO_SRC -Wall -Wno-unused -march=i586 -O2 -funroll
-loops -ffast-math -fomit-frame-pointer -I. -I./include -o obj/mingw32/alleg_s/wd
dbmp.o -c src/win/wddbmp.c
src/win/wddbmp.c: In function `make_bitmap_from_surface':
src/win/wddbmp.c:333: warning: use of cast expressions as lvalues is deprecated
src/win/wddbmp.c: In function `gfx_directx_destroy_video_bitmap':
src/win/wddbmp.c:509: warning: use of cast expressions as lvalues is deprecated
src/win/wddbmp.c: In function `flip_with_forefront_bitmap':
src/win/wddbmp.c:565: warning: use of cast expressions as lvalues is deprecated
src/win/wddbmp.c:569: warning: use of cast expressions as lvalues is deprecated
gcc -DALLEGRO_STATICLINK -DALLEGRO_SRC -Wall -Wno-unused -march=i586 -O2 -funroll
-loops -ffast-math -fomit-frame-pointer -I. -I./include -o obj/mingw32/alleg_s/wd
dwin.o -c src/win/wddwin.c
src/win/wddwin.c: In function `gfx_directx_show_video_bitmap_win':
src/win/wddwin.c:478: warning: use of cast expressions as lvalues is deprecated
--
Daniel Schlyder
http://bitblaze.com/