You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix build failure on non i386 and amd64 platforms (e.g. arm)
where the limited range makes comparison always false e.g.
Release/src/utilities/base64.cpp:106:21: error: comparison is always false due to limited range of data type [-Werror=type-limits]
if ( ch < 0 )
Release/src/utilities/base64.cpp:126:30: error: comparison is always false due to limited range of data type [-Werror=type-limits]
if ( ch2 < 0 )
0 commit comments