Skip to content

Xcode 7 warnings

Kenneth Moreland requested to merge kmorel/vtk-m:xcode-7-warnings into master

The XCode 7 compiler has a new warning for unused typedefs. The Boost code we use has some instances where this warning gets issued. Suppress these warnings.

Merge request reports