Is it possible to turn off warnings about unused parameters during using cmake? And do it in compiler independent fashion?
I mean that I don't want write custom code in CMakeLists.txt and I want to give a full trust to cmake, but I need a package, or cmake_policy about it.