Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 73523 invoked from network); 10 Jul 2009 01:58:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jul 2009 01:58:08 -0000 Received: (qmail 52213 invoked by uid 500); 10 Jul 2009 01:58:18 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 52145 invoked by uid 500); 10 Jul 2009 01:58:17 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 52134 invoked by uid 99); 10 Jul 2009 01:58:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 01:58:17 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of littlee1032@gmail.com designates 209.85.132.244 as permitted sender) Received: from [209.85.132.244] (HELO an-out-0708.google.com) (209.85.132.244) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2009 01:58:09 +0000 Received: by an-out-0708.google.com with SMTP id c38so260519ana.0 for ; Thu, 09 Jul 2009 18:57:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=6ZcbpkhtjbK9Bh+oPKhWC7dLeCUpYQ8kLRGAP8VxNgg=; b=DrixkFqho7Ylc8VdaR81PY3+auykhsQhxW6l41rG2JJs0da4/cKjPonWAtBpMG3T46 fOQ33OL760QmrWXLCPwbfO6Cxb6hzn1762i4h7Ko3LGMvuB1SGO4bWFzqvDcr+QlWyeo 7hsvUfFwiBB7h0JGD9RIMDKk9VZALlDoSDOkE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=mURNU4X7Se2UDogbIyv7SR6/jSE0EU6ImEI/YBcLLDoHoGUZKHcENXULcTyzaLSZol J74yxlgl0gPiqn2CQ0W/u1FVovg97OoBQeyKHvsYLn6ctzYfL8shlBpVNkdhXhggRJUz uGTjEm3X/Es/48aBLuDcCKsJ8G+dZGt/80/I8= MIME-Version: 1.0 Received: by 10.100.132.14 with SMTP id f14mr2004472and.79.1247191068134; Thu, 09 Jul 2009 18:57:48 -0700 (PDT) In-Reply-To: <529215e20907090621u7e414a53je21cde72987e64cc@mail.gmail.com> References: <529215e20907090621u7e414a53je21cde72987e64cc@mail.gmail.com> Date: Fri, 10 Jul 2009 09:57:48 +0800 Message-ID: <5948b71e0907091857v2fde57f8lf034acc21eea73b3@mail.gmail.com> Subject: Re: Building in release mode fails with gcc version 4.3.3 From: Charles Lee To: dev@harmony.apache.org Content-Type: multipart/alternative; boundary=0016e6434bcc954be3046e504c06 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6434bcc954be3046e504c06 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi Cath, What system do you use? win or linux? 32 or 64? On Thu, Jul 9, 2009 at 9:21 PM, Catherine Hope < catherine.v.hope@googlemail.com> wrote: > Building in release mode (the default for building Harmony Select) will > currently fail on gcc version 4.3.3 as warnings are treated as errors and > that compiler version is more strict in regards to things like not checki= ng > return codes of library functions. The files affected are: > > [exec] hyfiletext.c:234: warning: ignoring return value of =91wctomb= =92, > declared with attribute warn_unused_result > [exec] hyosdump.c:86: warning: ignoring return value of =91chdir=92, > declared with attribute warn_unused_result > [exec] linux/../hysl.c:306: warning: ignoring return value of =91mbto= wc=92, > declared with attribute warn_unused_result > [exec] procimpl.c:176: warning: ignoring return value of =91write=92, > declared with attribute warn_unused_result > [exec] procimpl.c:180: warning: ignoring return value of =91write=92, > declared with attribute warn_unused_result > [exec] procimpl.c:195: warning: ignoring return value of =91write=92, > declared with attribute warn_unused_result > [exec] procimpl.c:215: warning: ignoring return value of =91read=92, > declared with attribute warn_unused_result > [exec] authnix.c:144: warning: ignoring return value of =91getgroups= =92, > declared with attribute warn_unused_result > [exec] ../shared/SurfaceDataStructure.h:177: warning: inline function > =91void updateCache(SURFACE_STRUCTURE*, JNIEnv*, _jobject*, bool, int, in= t, > int, int)=92 used but never defined > --=20 Yours sincerely, Charles Lee --0016e6434bcc954be3046e504c06--