• Luboš Luňák's avatar
    avoid C++11 narrowing conversion error with clang · 1e5e5c40
    Luboš Luňák yazdı
    /home/tinderbox/clang-master-build/solver/unxlngi6/inc/external/boost/uuid/seed_rng.hpp:143:61:
    error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned int' in initializer list [-Wc++11-narrowing]
                unsigned int rn[] = { std::rand(), std::rand(), std::rand() };
    
    Change-Id: Iea9808492cd3fbcf078e61bbc184bdc434e7cd8a
    1e5e5c40
StaticLibrary_cmis.mk 2.36 KB