Skip to content

Fix FTBFS with GCC 15

Henrique F. Simoes requested to merge henriquesimoes/briquolo:gcc-15 into master

The MOGL_Fenetre::CompareResolution custom comparator is not declared as const, which makes the compiler not find the required function call operator. Fix that so it can build with GCC 15.

Closes: https://bugs.debian.org/1096393

Merge request reports

Loading