• Show log

    Commit

  • Hash : 7b453e7e
    Author : lhchavez
    Date : 2019-01-05T22:12:48

    Fix a bunch of warnings
    
    This change fixes a bunch of warnings that were discovered by compiling
    with `clang -target=i386-pc-linux-gnu`. It turned out that the
    intrinsics were not necessarily being used in all platforms! Especially
    in GCC, since it does not support __has_builtin.
    
    Some more warnings were gleaned from the Windows build, but I stopped
    when I saw that some third-party dependencies (e.g. zlib) have warnings
    of their own, so we might never be able to enable -Werror there.