molpopgen / fwdpp

fwdpp is a C++ template library for implementing efficient forward-time population genetic simulations
http://fwdpp.readthedocs.io
GNU General Public License v3.0
27 stars 11 forks source link

fix compiler warnings when compiling a debug build #240

Closed molpopgen closed 4 years ago

molpopgen commented 4 years ago

Audit of warnings for the following setup:

./configure --enable-debug=yes CPPFLAGS='-Wall -W -Weffc++ -Wconversion'

Will do this under gcc 9.2.1.

molpopgen commented 4 years ago

Going to close this. It is a worth goal, but I need the time to focus on doing it right.