You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@corinthia.apache.org by "Gabriela Gibson (JIRA)" <ji...@apache.org> on 2015/03/02 17:06:04 UTC

[jira] [Created] (COR-50) Cast from pointer to integer of different size

Gabriela Gibson created COR-50:
----------------------------------

             Summary: Cast from pointer to integer of different size
                 Key: COR-50
                 URL: https://issues.apache.org/jira/browse/COR-50
             Project: Corinthia
          Issue Type: Bug
          Components: DocFormats - core
    Affects Versions: 0.5
            Reporter: Gabriela Gibson
            Priority: Minor


Compiler warning when compiling on a 32 bit system with gcc:

In file included from /home/g/cor2/incubator-corinthia/DocFormats/core/src/lib/DFAllocator.c:21:0:
/home/g/cor2/incubator-corinthia/DocFormats/core/src/lib/DFAllocator.c: In function ‘DFAllocatorAlloc’:
/home/g/cor2/incubator-corinthia/DocFormats/core/src/lib/DFAllocator.c:80:14: warning: cast from pointer to i\
nteger of different size [-Wpointer-to-int-cast]
     assert((((unsigned long long)mem) % 8) == 0);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)