3.4 warning: variable 'pidret' set but not used (gcc 4.7.2)
Brought to you by:
bofh28
With gcc 4.7.2 following warning is displayed:
Building binary...
/usr/bin/gcc -pthread -Wall -pedantic -std=c99 crunch.c -lm -o crunch
crunch.c: In function 'renamefile':
crunch.c:1406:12: warning: variable 'pidret' set but not used [-Wunused-but-set-variable]
I am aware of this issue. I am hoping to change the rename and compression function to either use pidret or remove it in the next version.
Fixed as of version 3.5.