Skip to content

Instantly share code, notes, and snippets.

@awreece
Created September 10, 2014 06:41
Show Gist options
  • Save awreece/80a82306453df77ebb90 to your computer and use it in GitHub Desktop.
Save awreece/80a82306453df77ebb90 to your computer and use it in GitHub Desktop.
memlib.c: In function 'mem_sbrk':
memlib.c:64:13: error: 'sbrk' is deprecated (declared at /usr/include/unistd.h:582) [-Werror=deprecated-declarations]
sbrk(incr) == (void *) -1) {
^
cc1: all warnings being treated as errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment