- Mesaj
- 164
- Çözümler
- 1
- Beğeni
- 42
- Puan
- 479
- Ticaret Puanı
- 0
char_item.cpp:
char_item.cpp:594:1: error: expected unqualified-id before '{' token
594 | {
| ^
char_item.cpp:607:1: error: expected unqualified-id before '{' token
607 | {
| ^
char_item.cpp:620:1: error: expected unqualified-id before '{' token
620 | {
| ^
char_item.cpp:633:1: error: expected unqualified-id before '{' token
633 | {
| ^
char_item.cpp:646:1: error: expected unqualified-id before '{' token
646 | {
| ^
char_item.cpp:659:1: error: expected unqualified-id before '{' token
659 | {
| ^
char_item.cpp: In member function 'bool CHARACTER::IsEmptyItemGrid(TItemPos, BYTE, int) const':
char_item.cpp:702:78: warning: comparison of integer expressions of different signedness: 'const UINT' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
702 | if (m_pointsInstant.bItemGrid[bCell] == iExceptionCell)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
char_item.cpp:742:90: warning: comparison of integer expressions of different signedness: 'const UINT' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
742 | if (m_pointsInstant.bItemGrid[p] != iExceptionCell)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
char_item.cpp:777:90: warning: comparison of integer expressions of different signedness: 'const UINT' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
777 | if (m_pointsInstant.bItemGrid[p] != iExceptionCell)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
char_item.cpp:812:90: warning: comparison of integer expressions of different signedness: 'const UINT' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
812 | if (m_pointsInstant.bItemGrid[p] != iExceptionCell)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
char_item.cpp:847:90: warning: comparison of integer expressions of different signedness: 'const UINT' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
847 | if (m_pointsInstant.bItemGrid[p] != iExceptionCell)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
char_item.cpp:882:90: warning: comparison of integer expressions of different signedness: 'const UINT' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
882 | if (m_pointsInstant.bItemGrid[p] != iExceptionCell)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
char_item.cpp:917:90: warning: comparison of integer expressions of different signedness: 'const UINT' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
917 | if (m_pointsInstant.bItemGrid[p] != iExceptionCell)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
char_item.cpp:934:70: warning: comparison of integer expressions of different signedness: 'const UINT' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
934 | if (m_pointsInstant.bItemGrid[bCell] == iExceptionCell)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
char_item.cpp:959:90: warning: comparison of integer expressions of different signedness: 'const UINT' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
959 | if (m_pointsInstant.bItemGrid[p] != iExceptionCell)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
char_item.cpp:999:82: warning: comparison of integer expressions of different signedness: 'const UINT' {aka 'const unsigned int'} and 'int' [-Wsign-compare]
999 | if (m_pointsInstant.bItemGrid[p] != iExceptionCell)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~