Page 1 of 1

Possible bug or issue

Posted: Thu Feb 19, 2009 11:38 pm
by Normando
I have compiled zm without error, but some noise:

Code: Select all

if g++ -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include  -frepo -O2 -g -march=i386 -MT zm_image.o -MD -MP -MF ".deps/zm_image.Tpo" -c -o zm_image.o zm_image.cpp; \
        then mv -f ".deps/zm_image.Tpo" ".deps/zm_image.Po"; else rm -f ".deps/zm_image.Tpo"; exit 1; fi
zm_image.cpp: In member function ‘void Image::Blend(const Image&, int) const’:
zm_image.cpp:776: aviso: la operación sobre ‘pdest’ puede estar indefinida
This is the only one :D

uh-huh

Posted: Fri Feb 20, 2009 12:11 am
by mklein
Don't let this stop you man!

Nobody runs lint anymore...

Every open source project builds with 1M terrible warnings usually.

Posted: Fri Feb 20, 2009 10:44 am
by zoneminder
Yes. This is a bit annoying but more trouble than it is worth to try and fix I think. Actually although it uses the same compiler my Ubuntu system produces a few other warnings that are just as irritating.

Posted: Fri Feb 20, 2009 1:38 pm
by Normando
Thanks to both! I will ignore these issues