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

stop when building #9

Open
no1xsyzy opened this issue Dec 15, 2017 · 1 comment
Open

stop when building #9

no1xsyzy opened this issue Dec 15, 2017 · 1 comment

Comments

@no1xsyzy
Copy link

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?

@cookiengineer
Copy link

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)

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