gcc error (gcc yamdi.c -o yamdi -O2 -Wall)
Closed this issue · 2 comments
ouewqa commented
gcc yamdi.c -o yamdi -O2 -Wall
yamdi.c: In function ‘main’:
yamdi.c:284:51: warning: variable ‘creator’ set but not used [-Wunused-but-set-variable]
zzet commented
Actual for me too
ioppermann commented
Thanks. Fixed. Not all gcc, clang versions complain, though.