-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
pvAccessCPP/src/pva/pv/pvaConstants.h
Line 76 in 1492b3d
| const epics::pvData::int16 INVALID_DATA_TYPE = 0xFFFF; |
0xFFFF does not fit in an int16. MSVC complains with the warning
src\pva\pv\pvaConstants.h(76): warning C4309: 'initializing': truncation of constant value
Consider either using the data type uint16 or the value -1 or remove the constant altogether as it seems not to be used anywhere.
Metadata
Metadata
Assignees
Labels
No labels