From: Thomas K. <tho...@us...> - 2004-11-29 13:31:00
|
Hi! Some fixes needed to get stuff to compile with gcc-2.95: . libvisual uses -Wno-unused-variable by default -- gcc-2.95 does not know this flag. It should be disabled in the distribution by default. . declarations need to be at the beginning of a block; patches for libvisual-xmms and libvisual-bmp are attached. All of these were found by Krister Walfridsson <kri...@Ne...>. Cheers, Thomas |