Skip to content

Commit

Permalink
fix CI make;
Browse files Browse the repository at this point in the history
  • Loading branch information
sisong committed Oct 8, 2022
1 parent 63ed6ff commit 76ac34f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ else
endif

CFLAGS += $(DEF_FLAGS)
CXXFLAGS += $(DEF_FLAGS)
CXXFLAGS += $(DEF_FLAGS) -std=c++11

.PHONY: all install clean

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

/*- Private Functions -*/

#if (_IS_USED_MULTITHREAD)
struct mt_data_t{
CHLocker locker;
const sauchar_t* T;
Expand Down Expand Up @@ -70,7 +71,7 @@ static void _sssort_thread(saint_t* c0,saint_t* c1,saidx_t* j,
buf, mt->bufsize, 2, mt->n, *(SA + k) == (mt->m - 1));
}
}

#endif

/* Sorts suffixes of type B*. */
static
Expand Down

0 comments on commit 76ac34f

Please sign in to comment.