Reputation: 103
I updated xcode to 7 today. After the update the project I am working on has the warning "overrides a member function but is not marked 'override'". Since our project set "treade warning as error" to true. I got lots of errors.
I double checked "Other Linker Flags" and pretty sure the flag "-Wsuggest-override" is not included.
Since it is a big project I prefer to suppress the warning instead add the keyword "override" everywhere.
Any suggestion for disabling the warning?
Thanks
Upvotes: 10
Views: 17025