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

Fix comparison bugs in SQ code decoder #10

Merged
merged 2 commits into from
Feb 5, 2019
Merged

Commits on Feb 5, 2019

  1. Fix comparison bugs in SQ code decoder

    Compiling with -Wextra shows:
    
      warning: comparison of integer expressions of different signedness
    
    The fix from "Fix integer promotion bug" is not enough. Scanning other
    barcode formats unveils more comparison bugs. Thus, fix all comparison
    warnings in the SQ code decoder.
    
    Signed-off-by: Javier Serrano Polo <javier@jasp.net>
    Javier Serrano Polo committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    dd8db07 View commit details
    Browse the repository at this point in the history
  2. Fix warning about supported symbologies

    SQ code is not listed as a supported symbology. Thus, fix the warning
    message.
    
    Signed-off-by: Javier Serrano Polo <javier@jasp.net>
    Javier Serrano Polo committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    0c579fa View commit details
    Browse the repository at this point in the history