You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2022. It is now read-only.
[root@stud stud-master]# make
cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -c -o stud.o stud.c
stud.c: In function ‘prepare_proxy_line’:
stud.c:786: warning: implicit declaration of function ‘inet_ntoa’
stud.c:787: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’
stud.c:787: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’
stud.c:792: warning: implicit declaration of function ‘inet_ntop’
cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -c -o ringbuffer.o ringbuffer.c
cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -c -o configuration.o configuration.c
cc -o stud stud.o ringbuffer.o configuration.o -lssl -lcrypto -lev -L/usr/local/lib
The text was updated successfully, but these errors were encountered:
[root@stud stud-master]# make
cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -c -o stud.o stud.c
stud.c: In function ‘prepare_proxy_line’:
stud.c:786: warning: implicit declaration of function ‘inet_ntoa’
stud.c:787: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’
stud.c:787: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’
stud.c:792: warning: implicit declaration of function ‘inet_ntop’
cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -c -o ringbuffer.o ringbuffer.c
cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -c -o configuration.o configuration.c
cc -o stud stud.o ringbuffer.o configuration.o -lssl -lcrypto -lev -L/usr/local/lib
The text was updated successfully, but these errors were encountered: