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

silencing compiler warnings #170

Merged
merged 9 commits into from
Oct 19, 2023
Merged

Conversation

andrewdavidsmith
Copy link
Collaborator

  • EpireadStats: removing constexpr as it's not always supported yet for the way it was used
  • bsrate: adding to_string around an integer that was concatenated to a string
  • MSite.cpp: putting a guard around use of from_chars because on osx it is not yet available from c++17
  • amrfinder.cpp: ensuring move is std::move because it must be explicit fir some compilers. Also casting properly for size_t seeming to be unsigned long long on apple
  • Removing unused variables to silence warnings. In some cases these seem to have been important
  • amrfinder: Fixing a warning issues by using decltype in a static cast
  • ThreeStateHMM: putting guards around backward score as it's only used to compare with forward score in debug situation within assert
  • Fixes format: max distance when merging mates seems ignored #169.
  • pmd: many places the vector indicating array_status had been passed around despite only being used in a few of those places. These were deleted

@masarunakajima masarunakajima merged commit 22e4adf into master Oct 19, 2023
1 check passed
@masarunakajima masarunakajima deleted the silencing-compiler-warnings branch October 19, 2023 18:13
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.

format: max distance when merging mates seems ignored
2 participants