Skip to content

warning: '+' is deprecated #3

@semireg

Description

@semireg

Seeing these warnings.

InternalRegex.swift:93:37: warning: '+' is deprecated: Mixed-type addition is deprecated. Please use explicit type conversion.
          let start = Int(accOffset + regexMatches[j].rm_so)

InternalRegex.swift:94:35: warning: '+' is deprecated: Mixed-type addition is deprecated. Please use explicit type conversion.
          let end = Int(accOffset +   regexMatches[j].rm_eo)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions