Created
September 10, 2014 06:41
-
-
Save awreece/80a82306453df77ebb90 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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