This is a new warning for Clang. It will warn when a pointer parameter can be const.
The design is inspired by the Wunused-parameter warning.
I have tested this on many debian packages. In 2151 projects there were 60834 warnings. So in average there were ~30 warnings / project. Most of my "dontwarn" testcases are inspired by false positives I have seen and fixed. The false positive ratio is imho not bad right now but I will continue to look in the log to see if there are more false positives.