Return-Path: X-Original-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 468DBDB9F for ; Thu, 20 Sep 2012 06:16:36 +0000 (UTC) Received: (qmail 22759 invoked by uid 500); 20 Sep 2012 06:16:36 -0000 Delivered-To: apmail-incubator-ooo-issues-archive@incubator.apache.org Received: (qmail 22728 invoked by uid 500); 20 Sep 2012 06:16:35 -0000 Mailing-List: contact ooo-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-issues@incubator.apache.org Delivered-To: mailing list ooo-issues@incubator.apache.org Received: (qmail 22716 invoked by uid 99); 20 Sep 2012 06:16:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2012 06:16:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.123] (HELO sif.zones.apache.org) (140.211.11.123) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2012 06:16:34 +0000 Received: by sif.zones.apache.org (Postfix, from userid 80) id 1228D71B7; Thu, 20 Sep 2012 06:16:14 +0000 (UTC) From: bugzilla@apache.org To: ooo-issues@incubator.apache.org Subject: [Bug 121066] New: Some warning message show up, when building sw/source/filter/ww8/wrtww8.cxx Date: Thu, 20 Sep 2012 06:16:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: word processor X-Bugzilla-Component: code X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: zheng.easyfan@gmail.com X-Bugzilla-Status: CONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ooo-issues@incubator.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: priority bug_id assigned_to short_desc bug_severity cf_bug_type classification op_sys reporter rep_platform bug_status version component product Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://issues.apache.org/ooo/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/ooo/show_bug.cgi?id=3D121066 Priority: P3 Bug ID: 121066 Assignee: ooo-issues@incubator.apache.org Summary: Some warning message show up, when building sw/source/filter/ww8/wrtww8.cxx Severity: normal Issue Type: DEFECT Classification: Application OS: All Reporter: zheng.easyfan@gmail.com Hardware: All Status: CONFIRMED Version: AOO350-dev Component: code Product: word processor svn commit: r1386590 - in /incubator/ooo/trunk: ./ main/sw/inc/ main/sw/source/core/doc/ main/sw/source/core/tox/ main/sw/source/filter/ww8/ main/sw/source/filter/ww8/dump/ main/sw/source/ui/index/ test/ test/testcommon/source/org/openoffice/test > +void WW8_WrtBookmarks::MoveFieldMarks(sal_uLong nFrom,sal_uLong nTo) > +{ > + std::pair aRange =3D aSttCps.equal_range(nFrom); > + CPItr aItr =3D aRange.first; > + while (aItr !=3D aRange.second) > + { > + if (aItr->second) > + { > + if (aItr->second->first =3D=3D nFrom) the last line is a source of compiler warning: sw/source/filter/ww8/wrtww8.cxx: In member function =E2=80=98void WW8_WrtBookmarks::MoveFieldMarks(sal_uLong, sal_uLong)=E2=80=99: sw/source/filter/ww8/wrtww8.cxx:315: warning: comparison between signed and unsigned integer expressions Thanks Pavel Jan=C3=ADk for reporting the issue. --=20 You are receiving this mail because: You are the assignee for the bug.=