Skip to content

Commit

Permalink
Merge pull request #177 from waveygang/newer_gcc_happy
Browse files Browse the repository at this point in the history
make `gcc` 11.4.0 and 13.1.0 happy
  • Loading branch information
AndreaGuarracino authored Jun 13, 2023
2 parents 8ba3c53 + e7ae253 commit b33491f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/common/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <cmath>
#include <string>
#include <cstdint>

namespace wfmash {
bool is_a_number(const std::string& s);
Expand Down
2 changes: 1 addition & 1 deletion src/common/wflign/deps/WFA2-lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ UNAME=$(shell uname)
CC:=$(CC)
CPP:=$(CXX)

CC_FLAGS=-Wall -g
CC_FLAGS=-Wall -g -fPIE

AR=ar
AR_FLAGS=-rsc
Expand Down
1 change: 1 addition & 0 deletions src/common/wflign/deps/WFA2-lib/bindings/cpp/WFAligner.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#define BINDINGS_CPP_WFALIGNER_HPP_

#include <string>
#include <cstdint>

#include "../../wavefront/wfa.hpp"

Expand Down

0 comments on commit b33491f

Please sign in to comment.