Skip to content
  • Bernd Flemisch's avatar
    [discretization] workaround for FVGridGeometry deprecation and clang · d7751d43
    Bernd Flemisch authored and Katharina Heck's avatar Katharina Heck committed
    If clang is used, false positive deprecation warnings are emitted in
    context of the change from FVGridGeometry to GridGeometry. As a
    workaround, place ignore pragmas around the corresponding declarations
    in propertysystem.hh. This omits all deprecation warnings that might
    be triggered by using `GetPropType`. Add a general message which warns a
    clang user about this issue and a switch to turn off that message.
    d7751d43