Enables warning "c++-compat" which enables some warnings like:
this is regarded as reserved word
no implicit casting from void* to something else
No review was done, as the main change (this -> me) was already discussed and this is bound to break all other pull requests, which can now be fixed in a timely fashion.
Enables warning "c++-compat" which enables some warnings like:
this
is regarded as reserved wordvoid*
to something elseNo review was done, as the main change (
this
->me
) was already discussed and this is bound to break all other pull requests, which can now be fixed in a timely fashion.