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

Fixed compilation errors on Linux, fixed progression message and added --help flag #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

T-3B
Copy link

@T-3B T-3B commented Jun 4, 2023

No description provided.

@T-3B
Copy link
Author

T-3B commented Jun 4, 2023

Flushing the progression message fixed the program not displaying it in a Linux terminal.

Added `--help`` flag for easier use (current version only print the message when there's no argument given to the program).

Added includes where it was needed and change the cases in the switch, both to compile flawlessly (and no more error) with clang-15 and gcc-13.

T-3B added 4 commits August 7, 2023 09:53
Compilation with clang++ (version 15.0.7 on x86_64-pc-linux-gnu) gave
```
libsac/libsac.cpp:486:10: error: case value is not a constant expression
    case opt.SearchCost::L1:CostFunc=new CostMeanRMS();break;
```
on all the cases from that switch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant