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
gives such warning
gcc -Wall -Wextra -o dns_proxy dns_proxy.c dns_proxy.c: In function ‘reaper_handle’: dns_proxy.c:148:25: warning: unused parameter ‘sig’ [-Wunused-parameter] void reaper_handle (int sig) { ^
is it essential or just remove all warnings flags?
The text was updated successfully, but these errors were encountered:
It is an unused parameter, so you can easily remove it.
(Note that this project seems to be dead, as @jtripper is not reacting on issues or anything, I created a downstream fork and adopted the AUR package)
Sorry, something went wrong.
No branches or pull requests
gives such warning
is it essential or just remove all warnings flags?
The text was updated successfully, but these errors were encountered: