mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
build: Bump minimum supported GCC to g++-9
Also, update the code to use constexpr, which does not work in g++-8. Also, drop the no longer needed build-aux/m4/l_filesystem.m4.
This commit is contained in:
parent
fa69955e74
commit
fa953f15bf
6 changed files with 5 additions and 47 deletions
|
|
@ -69,7 +69,7 @@ struct Announcement {
|
|||
const bool m_is_wtxid : 1;
|
||||
|
||||
/** What state this announcement is in.
|
||||
* This is a uint8_t instead of a State to silence a GCC warning in versions prior to 8.4 and 9.3.
|
||||
* This is a uint8_t instead of a State to silence a GCC warning in versions prior to 9.3.
|
||||
* See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414 */
|
||||
uint8_t m_state : 3;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue