Skip to content

Instantly share code, notes, and snippets.

@SomeoneWeird
Created March 18, 2014 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SomeoneWeird/9616953 to your computer and use it in GitHub Desktop.
Save SomeoneWeird/9616953 to your computer and use it in GitHub Desktop.
/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