Actions
Feature #10926
closedTry to enable "-Wextra -Werror" at processing of all kinds of models
Start date:
09/03/2021
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
Option "-Wextra" can result in even more useful warnings from the compiler, so, we are interested to investigate it as well.
Updated by Evgeny Novikov about 3 years ago
- Blocked by Feature #10924: Update Clade to do not filter out options enabling error messages about implicit function declarations added
Updated by Evgeny Novikov about 3 years ago
- Blocked by deleted (Feature #10924: Update Clade to do not filter out options enabling error messages about implicit function declarations)
Updated by Evgeny Novikov about 3 years ago
- Status changed from New to Rejected
- Assignee deleted (
Evgeny Novikov)
Unfortunately we can not do that since models can include project headers, so, enabling extra errors can result in failures for those headers that we would not like to fix.
Actions