Forum for questions and support relating to the 1.24.x releases only.
Normando
Posts: 219 Joined: Sun Aug 17, 2008 5:34 am
Location: Rosario - Argentina
Post
by Normando » Thu Feb 19, 2009 11:38 pm
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
mklein
Posts: 27 Joined: Wed Jan 28, 2009 4:16 am
Post
by mklein » Fri Feb 20, 2009 12:11 am
Don't let this stop you man!
Nobody runs lint anymore...
Every open source project builds with 1M terrible warnings usually.
zoneminder
Site Admin
Posts: 5215 Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:
Post
by zoneminder » Fri Feb 20, 2009 10:44 am
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.
Phil
Normando
Posts: 219 Joined: Sun Aug 17, 2008 5:34 am
Location: Rosario - Argentina
Post
by Normando » Fri Feb 20, 2009 1:38 pm
Thanks to both! I will ignore these issues