PetaVision / OpenPV

PetaVision is a C++ library for designing and deploying large-scale neurally-inspired computational models.
http://petavision.github.io
Eclipse Public License 1.0
40 stars 13 forks source link

Compiler warnings #269

Closed peteschultz closed 5 years ago

peteschultz commented 5 years ago

This pull request eliminates compiler warnings generated by g++ when using the -Wall, -Wextra, and -Wsuggest-override options. These warnings revealed several bugs, which have been fixed.