LeMonADE-project / LeMonADE

Library for Monte Carlo Simulation applying the Bond Fluctuation Model
Other
3 stars 11 forks source link

Quelch Warnings #82

Closed mxmlnkn closed 7 years ago

mxmlnkn commented 7 years ago

This squelches some warnings in debug mode which distract when trying to find problems in new projects. Instead of deleting variable names on unused params warnings, I also tend to comment them out with /**/ if the name adds an insightful description. Also the CMakeLists.txt file seem to still contain trailing spaces, I fogot them in my find command in one of my earlier pull requests, they got auto deleted by my editor. Edit: yes, I failed to spell 'squelch' correctly in the commit messages.

MartinWenge commented 7 years ago

in SlowBondset.cpp:

in ConnectedDecorator.h:

mxmlnkn commented 7 years ago

"Allow edits from maintainers" is checked (by default, it seems)