|
|
От: |
c-smile
|
http://terrainformatica.com |
| Дата: | 07.12.15 04:24 | ||
| Оценка: | |||
function foo(bool r) {...}#define TRUE 1
...
foo(TRUE);warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance warning)
foo(onoff != FALSE);