Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 68239 invoked from network); 26 Apr 2007 11:51:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Apr 2007 11:51:37 -0000 Received: (qmail 21844 invoked by uid 500); 26 Apr 2007 11:51:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 21811 invoked by uid 500); 26 Apr 2007 11:51:43 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 21797 invoked by uid 99); 26 Apr 2007 11:51:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2007 04:51:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2007 04:51:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9C66B714076 for ; Thu, 26 Apr 2007 04:51:15 -0700 (PDT) Message-ID: <30540629.1177588275637.JavaMail.jira@brutus> Date: Thu, 26 Apr 2007 04:51:15 -0700 (PDT) From: "Alexey Petrenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3768) [classlib][awt] Results of running checker tool for cmmio.c In-Reply-To: <18933861.1177587975568.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Petrenko updated HARMONY-3768: ------------------------------------- Priority: Minor (was: Major) > [classlib][awt] Results of running checker tool for cmmio.c > ----------------------------------------------------------- > > Key: HARMONY-3768 > URL: https://issues.apache.org/jira/browse/HARMONY-3768 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Alexey Petrenko > Assigned To: Alexey Petrenko > Priority: Minor > > These warnings need additional investigations. > -- WARNING14 /*incompatible types*/ >>>WARNING14_findTag_161a2c3e4ce3fd0 > "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/cmmio.c", line 173: Comparing `sig' of type `icTagTypeSignature' with `Icc->TagNames[i]' of type `icTagSignature' > -- WARNING14 /*incompatible types*/ >>>WARNING14_cmmGetProfileElementSize_3ff5e2d745a6febe > "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/cmmio.c", line 572: Passing `sig' of type `icTagSignature' to parameter `sig' of `findTag' having type `icTagTypeSignature' > -- WARNING14 /*incompatible types*/ >>>WARNING14_cmmGetProfileElement_3ff5e2d745a6febe > "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/cmmio.c", line 537: Passing `sig' of type `icTagSignature' to parameter `sig' of `findTag' having type `icTagTypeSignature' > -- WARNING14 /*incompatible types*/ >>>WARNING14_updateCriticalTags_f4418a35c53ee571 > "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/cmmio.c", line 422: To parameter `sig' of `findTag' having type `icTagTypeSignature' passing `icSigMediaWhitePointTag' of different type > -- WARNING14 /*incompatible types*/ >>>WARNING14_cmmSetProfileElement_3ff5e2d745a6febe > "/home/gkondo/harmony/trunk/working_classlib/modules/awt/src/main/native/lcmm/shared/cmmio.c", line 628: Passing `sig' of type `icTagSignature' to parameter `sig' of `findTag' having type `icTagTypeSignature' -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.