Skip to content

build: Fixes for gcc-15, add to CI, update INSTALL.md versions#5126

Open
lgritz wants to merge 2 commits intoAcademySoftwareFoundation:mainfrom
lgritz:lg-gcc15
Open

build: Fixes for gcc-15, add to CI, update INSTALL.md versions#5126
lgritz wants to merge 2 commits intoAcademySoftwareFoundation:mainfrom
lgritz:lg-gcc15

Conversation

@lgritz
Copy link
Copy Markdown
Collaborator

@lgritz lgritz commented Apr 2, 2026

Fix warnings for gcc15:

  • Suppress warnings about deprecated utf conversion (already suppressed for clang, needed to do so for gcc >= 15 as well).
  • Rename some internal methods that gcc 15 was warning were shadowing the names of virtual methods.

Also took the opportunity to update INSTALL.md to reflect the latest dependency versions that we have tested against.

lgritz added 2 commits April 1, 2026 17:15
Fix warnings for gcc15:

* Suppress warnings about deprecated utf conversion (already suppressed
  for clang, needed to do so for gcc >= 15 as well).
* Rename some internal methods that gcc 15 was warning were shadowing
  the names of virtual methods.

Also took the opportunity to update INSTALL.md to reflect the latest
dependency versions that we have tested against.

Signed-off-by: Larry Gritz <lg@larrygritz.com>
Signed-off-by: Larry Gritz <lg@larrygritz.com>
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.

1 participant