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

Use more const qualifiers #984

Merged
merged 2 commits into from
Aug 14, 2017
Merged

Use more const qualifiers #984

merged 2 commits into from
Aug 14, 2017

Commits on Aug 14, 2017

  1. Use const qualifier for j2k_prog_order_list

    This allows more compiler optimizations.
    
    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    10e6ce2 View commit details
    Browse the repository at this point in the history
  2. Use const qualifier for mqc_states

    This allows more compiler optimizations.
    
    Signed-off-by: Stefan Weil <sw@weilnetz.de>
    stweil committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    bc59410 View commit details
    Browse the repository at this point in the history