gpertea / gclib

GCLib - Genomic C++ library of reusable code for bioinformatics projects
Other
33 stars 13 forks source link

Update Makefile #6

Closed rob-p closed 4 years ago

rob-p commented 4 years ago

Add fixes to the makefile outlined here that address the generation of a lot of warnings with newer compilers (e.g. gcc-9).

gpertea commented 4 years ago

I think this was in fact meant for the Makefile of GffRead and GffCompare, as the Makefile here in gclib is only used for internal development/testing of gclib features and never distributed for the other actual programs using it -- but the point is taken, I actually applied this patch to the other "real" Makefiles as well as they all suffered from the same issue. Thank you for this fix!

rob-p commented 4 years ago

Ahh, I was not sure of the relation of GCLib to GffRead and GffCompare other than that the latter 2 use the former. Thanks for the clarification (and the super-useful libraries!).