Commit e4c121c
authored
Move
`-Wuseless-cast` conflicts with defensive casting practices required
in MISRA C++ guidelines. For example, casts between domain-specific aliases
that resolve to the same underlying type are flagged by the compiler, despite
documenting semantic type boundaries and guarding against future type changes.-Wuseless-cast from STRICT to ALL CXX warnings (#27)1 parent b3e4f9f commit e4c121c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | 151 | | |
153 | 152 | | |
154 | 153 | | |
| |||
180 | 179 | | |
181 | 180 | | |
182 | 181 | | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
0 commit comments