Created
March 18, 2014 09:55
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/adam/code/c/cjdns/node_build/builder.js:359 | |
if (err) { throw err; } | |
^ | |
Error: gcc -c -x cpp-output -o build_darwin/crypto_CryptoAuth_c.o -std=c99 -Wall -Wextra -Werror -Wno-pointer-sign -pedantic -D darwin=1 -Wno-unused-parameter -Wno-unused-result -fno-stack-protector -fstack-protector-all -Wstack-protector -D HAS_BUILTIN_CONSTANT_P -g -D NumberCompress_TYPE=v3x5x8 -D Identity_CHECK=1 -D Allocator_USE_CANARIES=1 -D PARANOIA=1 -D Log_DEBUG -fPIE -Wno-invalid-pp-token -Wno-dollar-in-identifier-extension -Wno-newline-eof -Wno-unused-value -Wno-tautological-compare build_darwin/crypto_CryptoAuth_c.o.i | |
crypto/CryptoAuth.c:50:22: error: unused variable 'keyHashSigma' [-Werror,-Wunused-const-variable] | |
static const uint8_t keyHashSigma[16] = "expand 32-byte k"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment