Skip to content

Commit

Permalink
Fix linking on gcc 10.2.0 or newer
Browse files Browse the repository at this point in the history
Co-authored-by: MichaelSabal <michaelsabal@users.noreply.github.com>
  • Loading branch information
krisgesling and MichaelSabal committed May 10, 2021
1 parent 2552136 commit 77b36ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/cmu_indic_lang/cmu_indic_lang.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void cmu_indic_lang_init(cst_voice *v);
extern const cst_phoneset cmu_indic_phoneset;
extern const cst_cart cmu_indic_phrasing_cart;

const cst_regex * const cst_rx_not_indic;
extern const cst_regex * const cst_rx_not_indic;

#ifdef __cplusplus
} /* extern "C" */
Expand Down

0 comments on commit 77b36ea

Please sign in to comment.