Skip to content

Fix warning re: unread variable#3

Open
h3xx wants to merge 1 commit into
geocar:masterfrom
h3xx:fix-warning
Open

Fix warning re: unread variable#3
h3xx wants to merge 1 commit into
geocar:masterfrom
h3xx:fix-warning

Conversation

@h3xx
Copy link
Copy Markdown

@h3xx h3xx commented Feb 11, 2021

Fixes the following warning:

cc -Wall -O3 -D_GNU_SOURCE   -c -o mtftar.o mtftar.c
mtftar.c: In function 'main':
mtftar.c:115:13: warning: variable 'skipping_set' set but not used [-Wunused-but-set-variable]
  115 |         int skipping_set;
      |             ^~~~~~~~~~~~
cc   mtftar.o mtfscan.o mtfheader.o mtfstream.o tarout.o util.o md5/md5.o /usr/lib64/libm.so   -o mtftar

@h3xx
Copy link
Copy Markdown
Author

h3xx commented Oct 31, 2022

Ready to go.

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