CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 00/12/12 16:53:48

Modified files:
        .              : config.h config.h.in configure configure.in 
        src            : config.c config.l main.c 
        src/engine     : kgraphics.c kmenu.c savegame.c scriptdebug.c 
        src/gfx        : gfx_pixmap_scale.c gfx_support.c gfx_test.c 
                         menubar.c operations.c resmgr.c sci_widgets.c 
                         widgets.c 
        src/gfx/drivers: ggi_driver.c 
        src/gfx/resource: sci_pic_0.c 
        src/graphics   : graphics.c 
        src/include    : console.h gfx_system.h resource.h uinput.h 
        src/scicore    : console.c tools.c 
        src/sound      : midi.c 

Log message:
+ Implemented Petr's portability fixes

Since ANSI C doesn't like #warning, I have replaced those with a WARNING()
macro. Those WARNING()s are temporary things meant to remind me of things
that need to be fixed "urgently" (Yes, there still are many of those...)
Instead of explicit "fixme!" warnings, you'll now get "cast from integer
to pointer without explicit typecast" warnings, but as long as we know what
this means, that shouldn't be a problem. It's only temporary anyway.

-- Christoph


Reply via email to