Change NoLogo Type to uint16_t to fix windows build
ClosedPublic

Authored by tfella on Apr 30 2020, 6:00 PM.

Details

Summary

The MSVC 2017 build is broken because of errors in data type conversion. Setting the type to uint16_t explicitely fixes these errors.

Test Plan

Compiles and works on MSVC 2017, gcc, clang

Diff Detail

Repository
R1032 KPublicTransport
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
tfella requested review of this revision.Apr 30 2020, 6:00 PM
tfella created this revision.
vkrause accepted this revision.Apr 30 2020, 6:31 PM
This revision is now accepted and ready to land.Apr 30 2020, 6:31 PM
This revision was automatically updated to reflect the committed changes.