Commit 9c9f29b
committed
COMP: Report build error if vtkMRMLCopyVectorMacro argument is missing
Missing vtkMRMLCopyVectorMacro arguments caused build errors on Mac but not with VisualStudio,
because VisualStudio ignores if an unused macro argument is missing.
Made the behavior consistent on all compilers by using the vectorType argument.
vectorSize argument is still not used, but it should rarely happen that somebody just removes
vectorSize and not the vectorType argument when copy-pasting.
git-svn-id: http://svn.slicer.org/Slicer4/trunk@26934 3bd1e089-480b-0410-8dfb-8563597acbee1 parent 1befad3 commit 9c9f29b
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
261 | 273 | | |
262 | 274 | | |
263 | 275 | | |
| |||
0 commit comments