gpilab / core-nodes

The core nodes are a collection of basic data manipulation and visualization algorithms.
http://docs.gpilab.com/en/develop/NodeDev/devguide.html
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

Build Errors and Warnings Should be Addressed #27

Open borupdaniel opened 4 years ago

borupdaniel commented 4 years ago

There are a ton of warnings and errors during the build from pyflakes, pep8, astyle (?), and gcc/clang. It would improve our ability to find real errors if we addressed things like:

I think @aganders3 addressed some of this by removing aestyle as a requirement last year, but there may still be a lot of warnings generated during compilation. The output is still quite long, anyhow.