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.
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.