Skip to content

Conversation

@polluks
Copy link

@polluks polluks commented Jun 17, 2022

clang -O2 -std=c99 -Wall -Wextra src/fetch.c -lpthread -o afetch
src/fetch.c:76:18: warning: unused variable 'time' [-Wunused-variable]
struct timespec time;
^
1 warning generated.

clang -O2 -std=c99 -Wall -Wextra src/fetch.c -lpthread -o afetch
src/fetch.c:76:18: warning: unused variable 'time' [-Wunused-variable]
        struct timespec time;
                        ^
1 warning generated.
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

Successfully merging this pull request may close these issues.

1 participant