bumping an old thread...
denial, what in the name of ___ did you just ask?
denial, what in the name of ___ did you just ask?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menumain.c: In function 'recvloop':
main.c:441: warning: pointer targets in passing argument 1 of 'parsedata' differ in signedness
main.c: In function 'parsedata':
main.c:949: warning: pointer targets in passing argument 1 of 'packet' differ in signedness
[21:25:28] Using default configuration file: /home/nahud/.slackchatrc...
[21:25:28] Connecting...
[21:25:28] create_socket->gethostbyname():
[21:25:28] Error: create_socket()
[21:25:28] Failed to connect!
[21:25:28] Disconnected.
[/code
nahud@nahud-desktop:~/Desktop/slackchat/src$ make
gcc -I./include -Wall -ggdb -c main.c
main.c: In function 'recvloop':
main.c:441: warning: pointer targets in passing argument 1 of 'parsedata' differ in signedness
main.c: In function 'parsedata':
main.c:949: warning: pointer targets in passing argument 1 of 'packet' differ in signedness
gcc -I./include -Wall -ggdb -c -o include/isock.o include/isock.c
gcc -I./include -Wall -ggdb -c -o include/conf.o include/conf.c
gcc -I./include -Wall -ggdb -c -o include/packet.o include/packet.c
gcc -I./include -Wall -ggdb -c -o include/checkver.o include/checkver.c
gcc -I./include -Wall -ggdb -c -o include/cdkey.o include/cdkey.c
gcc main.o include/isock.o include/conf.o include/packet.o include/checkver.o i nclude/cdkey.o -o ../slackchat -lncurses
public static void main(String[] args)
Page created in 0.255 seconds with 16 queries.