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

[3.2] Fix const warnings in FBX (build failure on macOS) #45351

Merged
merged 1 commit into from
Jan 21, 2021

Commits on Jan 21, 2021

  1. Fix const warnings in FBX (build failure on macOS)

    Fixes several instances of error: 'const' type qualifier on return type has no effect [-Werror,-Wignored-qualifiers]
    
    This looks like it was fixed in 6607fc7
    when FBX was merged into the 4.0 master branch:
    
    "- fixed const correctness with C++/C version change"
    asmaloney committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    77f045d View commit details
    Browse the repository at this point in the history