Commit 37592a0
committed
COMP: Remove default -Wno-deprecated from the ITK warning flags
On Clang, -Wno-deprecated subsumes -Wdeprecated-declarations and
hides [[deprecated]]/ITK_DEPRECATED API warnings; on GCC the two are
independent, so deprecation visibility differed by compiler. Removing
the flag surfaces these warnings uniformly. The narrower
-Wno-deprecated-copy keeps the -Wextra implicit-copy lint quiet in
headers (e.g. vendored GDCM) pending separate cleanup.
ITK_CXX_WARNING_FLAGS remains available to override the warning set.1 parent b3f7244 commit 37592a0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments