[Scribus] page.cpp warning- gcc 3.3 -SuSE 9.0
bart at solozone.com
bart
Sun Jun 13 19:45:15 CEST 2004
Although compiles I get this warning from gcc in SuSE 9.0
warning: negaive value page.cpp line 5788
I presume it is this code below
(I got gcc rigged so warning comes out in RED
and I have forgotten what program jiggered this!)
June 13, 2004 @ 10 AM USA PDT
bart at solozone.com
5780 return true;
5781 }
5782 p.end();
5783 }
5784 b = Items.prev();
5785 }
5786 if ((ScApp->Prefs.GuidesShown) && (doku->AppMode == 1) && (!doku->GuideLock))
5787 {
5788 GxM = -1;
5789 GyM = -1;
5790 if (YGuides.count() != 0)
5791 {
5792 for (uint yg = 0; yg < YGuides.count(); ++yg)
5793 {
5794 if ((YGuides[yg] < (Myp+doku->GrabRad)) && (YGuides[yg] > (Myp
5794 -doku->GrabRad)))
5795 {
More information about the scribus
mailing list