• Oleksandr Byelkin's avatar
    Fix of warnings on aarch64 like: · 496f7090
    Oleksandr Byelkin authored
    bson.cpp:1775:3: error: case label value is less than minimum value for type [-Werror]
       case TYPE_NULL:
    bson.cpp:1776:7: error: statement will never be executed [-Werror=switch-unreachable]
         b = true;
    496f7090
bsonudf.cpp 157 KB