We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ make mkdir -p .d cc -std=c99 -Wall -g -O2 -pipe -pthread -MT astftpd.o -MMD -MP -MF .d/astftpd.Td -o astftpd.o -c astftpd.c astftpd.c: In function ‘sort_clients_by_deadline’: astftpd.c:718:30: warning: self-comparison always evaluates to false [-Wtautological-compare] if (clients[i+1]->sent_ts < clients[i+1]->sent_ts) { ^ mv -f .d/astftpd.Td .d/astftpd.d cc -pthread -o astftpd astftpd.o mkdir -p .d cc -std=c99 -Wall -g -O2 -pipe -pthread -MT asclient.o -MMD -MP -MF .d/asclient.Td -o asclient.o -c asclient.c mv -f .d/asclient.Td .d/asclient.d cc -pthread -o asclient asclient.o
Is it normal situation?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it normal situation?
The text was updated successfully, but these errors were encountered: