@diplomat1129
0 / 0 / 0
Регистрация: 11.02.2013
Сообщений: 83
|
17.04.2014, 19:46
[ТС]
|
|
C++ | 1
2
3
4
5
6
7
8
9
| In file included from NMClient.cpp:14:0,
from main.cpp:1:
EventHandler.h: In member function ‘bool EventHandler<EventArgs>::operator==(int)’:
EventHandler.h:38:47: warning: NULL used in arithmetic [-Wpointer-arith]
inline bool operator==(int a) { return (a == NULL) && (callBackList.size() == 0); }
^
EventHandler.h: In member function ‘bool EventHandler<EventArgs>::operator!=(int)’:
EventHandler.h:40:47: warning: NULL used in arithmetic [-Wpointer-arith]
inline bool operator!=(int a) { return (a == NULL) && (callBackList.size() != 0); } |
|
0
|