[
https://issues.apache.org/jira/browse/IGNITE-11653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Guseinov updated IGNITE-11653:
------------------------------------
Description:
There are two types of warnings:
{code:java}
src/impl/binary/binary_utils.cpp:92:41: warning: comparison between signed and
unsigned integer expressions [-Wsign-compare]
../common/include/ignite/common/shared_state.h:343:67: warning: 'auto_ptr' is
deprecated (declared at /usr/include/c++/4.8.2/backward/auto_ptr.h:87)
[-Wdeprecated-declarations]
{code}
The full log is attached.
was:
There is two types of warnings:
{code:java}
src/impl/binary/binary_utils.cpp:92:41: warning: comparison between signed and
unsigned integer expressions [-Wsign-compare]
../common/include/ignite/common/shared_state.h:343:67: warning: 'auto_ptr' is
deprecated (declared at /usr/include/c++/4.8.2/backward/auto_ptr.h:87)
[-Wdeprecated-declarations]
{code}
The full log is attached.
> Remove warnings which appear during CPP compiling
> -------------------------------------------------
>
> Key: IGNITE-11653
> URL: https://issues.apache.org/jira/browse/IGNITE-11653
> Project: Ignite
> Issue Type: Improvement
> Components: platforms
> Affects Versions: 2.7
> Reporter: Roman Guseinov
> Priority: Minor
> Attachments: CPPWarnings.log
>
>
> There are two types of warnings:
>
> {code:java}
> src/impl/binary/binary_utils.cpp:92:41: warning: comparison between signed
> and unsigned integer expressions [-Wsign-compare]
> ../common/include/ignite/common/shared_state.h:343:67: warning: 'auto_ptr' is
> deprecated (declared at /usr/include/c++/4.8.2/backward/auto_ptr.h:87)
> [-Wdeprecated-declarations]
> {code}
> The full log is attached.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)