Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a gcc compile warning #3

Closed
xuchunyang opened this issue Aug 20, 2014 · 1 comment
Closed

a gcc compile warning #3

xuchunyang opened this issue Aug 20, 2014 · 1 comment

Comments

@xuchunyang
Copy link

cc -std=c99 -Wall -pedantic -O3 -g -c -o src/bld/net.o src/net.c
src/net.c: In function ‘send_mesg’:
src/net.c:402:17: warning: ‘cmd’ may be used uninitialized in this function [-Wmaybe-uninitialized]
else if (streqi(cmd, "JOIN"))

@rcr
Copy link
Owner

rcr commented Aug 20, 2014

Fixed in a59325a

@rcr rcr closed this as completed Aug 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants