Quoting zmoelnig@iem.at:
apart from that: even if all or no compilers are that pedantic, i
don't experience the said problem when building myself (e.g. on
debian using g++-4.3.4-5) it is not that i never compile Gem using gcc...
or with 4.4.1-4.
to be precise, i don't even get a warning with HEAD:
% g++-4.4 -c -I/usr/include/lqt -I/usr/local/include
-I/usr/include/lqt -I/usr/include/FTGL -I/usr/include/freetype2
-I.. -I/usr/include/FTGL -I/usr/include/freetype2 -DHAVE_CONFIG_H
-g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32
-falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx
recordQT4L.cpp -o ../Objects/recordQT4L.o -Wall
%
with the 0.92 branch from subversion i get some warnings:
% g++-4.4 -c -I/usr/include/lqt -I/usr/local/include
-I/usr/include/lqt -I/usr/include/FTGL -I/usr/include/freetype2
-I.. -I/usr/include/FTGL -I/usr/include/freetype2 -DHAVE_CONFIG_H
-g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32
-falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx
recordQT4L.cpp -o ../Objects/recordQT4L.o -Wall
recordQT4L.cpp: In function 'lqt_file_type_t guess_qtformat(const char*)':
recordQT4L.cpp:106: warning: comparison between signed and unsigned
integer expressions
recordQT4L.cpp: In member function 'virtual bool
recordQT4L::init(const imageStruct*, int)':
recordQT4L.cpp:163: warning: comparison between signed and unsigned
integer expressions
recordQT4L.cpp: In member function 'virtual int
recordQT4L::putFrame(imageStruct*)':
recordQT4L.cpp:230: warning: unused variable 'err'
%
none of these have anything todo with "const char*" or "char*"
please post your Base/config.h (TRUNK) or Base/configLinux.h (0.92) and your version of libquicktime
fgmasdr IOhannes
This message was sent using IMP, the Internet Messaging Program.