Skip to content

v10.0.0

Latest
Compare
Choose a tag to compare
@schmidtk schmidtk released this 05 Oct 17:06
· 6 commits to master since this release

10.0.0 (2021-10-05)

Features

  • gcc: update options for gcc 20210907.0.0 (aa747e7)

BREAKING CHANGES

  • gcc: The strictMissingProperties group has been enabled as an error.
    This did not produce additional compiler errors in OpenSphere but may impact
    other projects. This option enables specific type checking when referencing a
    property that does not exist on a specific type (but may exist on subclasses).