Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macOS, iOS] Migrate from assert to FML_DCHECK #38368

Merged
merged 1 commit into from Dec 17, 2022

Commits on Dec 17, 2022

  1. [iOS, macOS] Migrate from assert to FML_DCHECK

    Eliminates raw C asserts in the iOS and macOS embedders, replacing them
    with FML_DCHECK for consistency with the rest of the codebase.
    
    No semantic change so no changes to tests.
    cbracken committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    c2a081d View commit details
    Browse the repository at this point in the history