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

Remove 'register' keyword. #206

Merged
merged 1 commit into from
Oct 1, 2016

Commits on Sep 30, 2016

  1. Remove 'register' keyword.

    'register' is a relic of K&R-era C, it's utterly useless in modern
    compilers.  It's been deprecated in C++11, and therefore will generate
    warnings when encountered -- and many packages that use OpenEXR's public
    headers use -Werr to turn warnings into errors. Starting in C++17, the
    keyword is removed entirely, and thus will certainly be a build break
    for that version of the standard. So it's time for it to go.
    lgritz committed Sep 30, 2016
    2 Configuration menu
    Copy the full SHA
    6d297f3 View commit details
    Browse the repository at this point in the history