Name |
Last commit
|
Last update |
---|---|---|
.. | ||
basic.c | ||
hidecb.c | ||
mergebase.c | ||
signatureparsing.c | ||
simplify.c |
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.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
basic.c | Loading commit data... | |
hidecb.c | Loading commit data... | |
mergebase.c | Loading commit data... | |
signatureparsing.c | Loading commit data... | |
simplify.c | Loading commit data... |