<div dir="ltr">If you build VTK on OX X El Capitan with LLVM 7.3.0 you will get lots of these warnings:<br>-------<br>warning: 'PrintSelf' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]<br><br>  virtual void PrintSelf(ostream& os, vtkIndent indent);<br>-------<br>To suppress them just add:<br>-Wno-inconsistent-missing-override to CMAKE_CXX_FLAGS.<br><br>Apparently the -Winconsistent-missing-override flag now automatically gets added with -Wall on recent versions of clang.<br><div><font color="#242729"><font face="Arial, Helvetica Neue, Helvetica, sans-serif"><span style="font-size:15px;line-height:19.5px"><br></span></font></font></div><div><font color="#242729"><font face="Arial, Helvetica Neue, Helvetica, sans-serif"><span style="font-size:15px;line-height:19.5px">Regards</span></font></font></div><div><font color="#242729"><font face="Arial, Helvetica Neue, Helvetica, sans-serif"><span style="font-size:15px;line-height:19.5px">Andrew<br clear="all"></span></font></font><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">___________________________________________<br>Andrew J. P. Maclean<br><br>___________________________________________</div>
</div></div>