Skip to content

Instantly share code, notes, and snippets.

@badboy
Created December 5, 2014 09:48
Show Gist options
  • Save badboy/74696910fe78dd237bce to your computer and use it in GitHub Desktop.
Save badboy/74696910fe78dd237bce to your computer and use it in GitHub Desktop.
CC object.o
CC db.o
db.c: In function 'scanGenericCommand':
db.c:419: warning: 'patlen' may be used uninitialized in this function
db.c:418: warning: 'pat' may be used uninitialized in this function
CC redis-cli.o
redis-cli.c: In function 'pipeMode':
redis-cli.c:1243: warning: dereferencing type-punned pointer will break strict-aliasing rules
redis-cli.c: In function 'getKeyTypes':
redis-cli.c:1432: warning: dereferencing type-punned pointer will break strict-aliasing rules
redis-cli.c: In function 'getKeySizes':
redis-cli.c:1473: warning: dereferencing type-punned pointer will break strict-aliasing rules
LINK redis-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment