summaryrefslogtreecommitdiff
path: root/ui/qt/byte_view_text.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-03-02 18:54:26 -0800
committerGuy Harris <guy@alum.mit.edu>2017-03-03 02:54:57 +0000
commita9ec1e41b19abd9da62f15ffbd94db3dbc4a3d9f (patch)
tree607901d1e7d7df096d5ca8e04e4cc185f7ba71cd /ui/qt/byte_view_text.h
parent300f474737108e3cd9340d2d1eb1cdc7b9f21fa4 (diff)
downloadwireshark-a9ec1e41b19abd9da62f15ffbd94db3dbc4a3d9f.tar.gz
Squelch a warning from VS Code Analysis.
It warns that a 32-bit value is being shifted left and then converted to a 64-bit type; presumably it means "this might overflow and not give you the result you expect". That's unlikely to be the case here, as few UN*X file systems have a recommended I/O block size > 2^30, but we might as well throw in a cast so the convert-to-a-64-bit-type is done first. Change-Id: Id6ab11d750d5cf4cc03d060d63edc01b66cd179d Reviewed-on: https://code.wireshark.org/review/20352 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/qt/byte_view_text.h')
0 files changed, 0 insertions, 0 deletions