Possible bug or issue

Forum for questions and support relating to the 1.24.x releases only.
Locked
User avatar
Normando
Posts: 219
Joined: Sun Aug 17, 2008 5:34 am
Location: Rosario - Argentina

Possible bug or issue

Post 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
mklein
Posts: 27
Joined: Wed Jan 28, 2009 4:16 am

uh-huh

Post by mklein »

Don't let this stop you man!

Nobody runs lint anymore...

Every open source project builds with 1M terrible warnings usually.
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post 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.
Phil
User avatar
Normando
Posts: 219
Joined: Sun Aug 17, 2008 5:34 am
Location: Rosario - Argentina

Post by Normando »

Thanks to both! I will ignore these issues
Locked