Skip to content
Snippets Groups Projects
Commit e903f766 authored by Sergey Linev's avatar Sergey Linev
Browse files

[rdf] fix windows warning about precision lost in RDisplay::fWidth

Here size_t variable converted into unsigned short - windows complains.
Original message:

RDFDisplay.cxx(96): warning C4267: '=': conversion from 'size_t' to
'_Ty', possible loss of data 

RDFDisplay.cxx(117): warning C4267: '=': conversion from 'size_t' to
'_Ty', possible loss of data
parent 7218e9db
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment