I recently installed samtools by compiling it using gcc with the command 'make' in linux.
Everything went smoothly apart from 2 warnings that appeared:
(1) bam_reheader.c:36:19: warning: variable 'old' set but not used [-Wunused-but-set-variable]
(2) kprobaln.c:78:21: warning: variable 'is_diff' set but not used [-Wunused-but-set-variable]
Would anyone know what these warnings mean and if they this might become an potential issue in running samtools?
Thanks.