Skip to content

Instantly share code, notes, and snippets.

@shadeslayer
Created February 14, 2012 17:45
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 shadeslayer/1828527 to your computer and use it in GitHub Desktop.
Save shadeslayer/1828527 to your computer and use it in GitHub Desktop.
libnice|dribbleMode⚡ ⇒ clang --analyze stun/*.c
stun/sha1.c:188:3: warning: Value stored to 'a' is never read
a = b = c = d = e = 0;
^ ~~~~~~~~~~~~~~~~~
stun/sha1.c:255:3: warning: Value stored to 'i' is never read
i = 0;
^ ~
2 warnings generated.
stun/stun5389.c:105:16: error: use of undeclared identifier 'PACKAGE_STRING'
software = PACKAGE_STRING;
^
1 error generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment